a {
    color: gray;
}

.ui-datepicker .ui-datepicker-prev .ui-icon{
  background: url('/i/191/default/bookbox/datepicker-arrow-left.svg') center center no-repeat;
}

.ui-datepicker .ui-datepicker-next .ui-icon{
  background: url('/i/191/default/bookbox/datepicker-arrow-right.svg') center center no-repeat;
}

.o-logo{
    -webkit-animation: appear 1s;
    animation: appear 1s;
    background-color: #111;
    border: 2px solid white;
    -webkit-box-shadow: 0 0 2px rgba(17, 17, 17, 0.8);
    box-shadow: 0 0 2px rgba(17, 17, 17, 0.8);
    margin: 5px auto 0;
    padding: 10px 5px;
    text-align: center;
}

.o-logo img {
	display: inline-block;
    max-width: 75%;
    height: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

#lbPromocode{
	display: none;
}

#calendars table {
    width: 100%;
}

.calendar table caption {
    padding: 10px;
    font: 300 18px 'Open Sans', Arial,Helvetica,sans-serif;
    color: white;
    text-align: Center;
}

.m-tarifas-content .total-price small{
    display: block;
    font-size: .7em;
    font-weight: normal;
    margin-top: 5px;
}
