.qqresults {
    padding-bottom: 1em;
}
.qqresults>p {
    margin-top: 0;
}
.qqresults td {
    text-align: right;
}
.qqresults label {
    padding-right: 0.5em;
}
.qqresults .special {
    color: red;
}
.cabin-page .amenities li {
    float: left;
    width: 280px;
}
.cabin-page .cal th, .cabin-page .cal td {
    color: black;
}
.cabin-page .cal {
    width: 100%;
    margin-top: 1em;
}
.cabin-page .cal th {
    line-height: 2.4em;
}
.cabin-page .cal thead th,
.cabin-page .cal thead td {
    text-align: center;
}
.cabin-page .cal tbody td {
    text-align: center;
    vertical-align: top;
}
.cabin-page .cal tbody td label {
    padding: 4px 0;
    margin: 0;
    line-height: 1.2em;
    width: 100%;
}
.cabin-page .cal tbody td[data-date] {
    cursor: pointer;
}
.cabin-page .cal tbody td.arrive div {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.0) 50%, rgba(255,255,255,0.7) 50%);
}
.cabin-page .cal tbody td.stay div {
    background-color: rgba(255,255,255,0.7);
}
.cabin-page .cal tbody td.depart div {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.0) 50%);
}

.cabin-page .cal input {
    margin: 0;
    vertical-align: bottom;
}
.quickquoteloading {
    text-align: center;
}
#goFullscreen {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    background-image: url(../maximize.png);
}
.fullscreen #goFullscreen {
    background-image: url(../minimize.png);
}
.cabin-page .galleria-theme-classic {
    background: #A1B1BC;
}
.cabin-page .galleria-theme-classic .galleria-stage {
    top: 50px;
    bottom: 60px;
    left: 0px;
    right: 0px;
}
.photos {
    min-height:200px;
    background: #FFF url(/packages/brightside/blocks/single_cabin/ajax-loader.gif) no-repeat center;
    width: 100%;
}
