@charset "utf-8";
/* CSS Document */

.hotel_card dt{
    text-align:center;
    cursor:pointer;
	font-size:14px;
	font-family: 'Oswald', sans-serif; font-weight: 300;
    }
.hotel_card dt:before {
	content: "OPEN";
	color:#ed0000;
	background-color:#F7F7F7;
    display:block;
    width:300px;
	padding:10px 0;
	border-top:#eee 1px solid;
}
.hotel_card dd{
    display:none;
    }
.hotel_card dt.active{
    background:#A21518;
}
.hotel_card dt.active:before {
	content: "CLOSE";
	color:#fff;
	background-color:#ed0000;
    display:block;
    width:300px;
	padding:10px 0;
}