/* desktop last-booked strings */
.www .last_booked_string span {
    border:1px solid #CCB999;
    color:#BBA277;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:1px 6px 3px;
    display: inline-block !important;
}

.www .last_booked_string span {
    -webkit-animation: fadeIn ease-in .5s forwards;
    animation: fadeIn ease-in .5s forwards;
    opacity: 0;
}


/* Homepage - top sites list */
.www .destination-list .last_booked_string span {
    margin:3px 0 0 0;
    padding: 0px 2px 0px;
    font-style: italic;
    border: none;
    background-color: white;
    font-size: smaller;
}

/* CS page */
.www .book_now .last_booked_string span {
    padding: 1px 3px 3px;
    margin-top: 1.2em;
    font-size: smaller;
    line-height: 1.2;
    float:right;
}

/* nearby sites */
.www .nearby_sites li .last_booked_string {
    float: left;
    font-size: smaller;
    margin: 5px 0 0 0;
    padding: 0;
    display: block !important;
    clear: right;
}

/* cat landing pages */
.www .category-landing-content .last_booked_string {
    margin-bottom: 3em !important;
    float: none !important;
}


/* animation section */
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}


/* let's us know when loaded */
.lastbooked-css-loaded {
    height: 1px;
}
