/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.vblistroomblock {
    width: 100%;
	display:block;
}
.room_result {
    border-bottom: 1px dotted #ffa136;
	border-left:none;
	border-right:none;
	border-top:none;
    -webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
    display: inline-block;
    padding: 8px;
    width: 99%;
}
.vblist li {
    margin: -4px 0 48px;
}
.vbrowcname {
    font-size: 18px;
}
.titelfront {
    margin: 15px;
    border-bottom: 1px solid #ffa136;
    padding-bottom: 8px;
}
.room_carats {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: block;
    margin: 15px 0 15px;
    padding: 0 15px 15px;
    width: 94.7%;
}
.vbdivtotinline_roomslist {
    bottom: -28px;
    position: static;
    right: 0;
}