.room_price {
    display:inline-block;
    width: 50px;
    text-align: right;
}
.singleroom_other_image_link {
    background-color: white;
    overflow: hidden;
}
.singleroom_other_image_link:hover {
    background-color: transparent;
}
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}
.datepicker td {
    color: royalblue;
    font-weight: bold;
}
.datepicker td.disabled {
    color: royalblue;
    font-weight: normal;
}
