.date .h{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bababa+0,1e303a+50,000000+100 */
background: #bababa; /* Old browsers */
background: -moz-linear-gradient(top, #bababa 0%, #1e303a 50%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bababa 0%,#1e303a 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bababa 0%,#1e303a 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.date h1{
font-size: 18px;
font-weight: bold;
padding: 10px;
margin-bottom: 10px;
}

.bodys{
display: flex;
flex-wrap: wrap;
}

.bodys .girl{
width: 14%;
margin-right: 1%;
}

#roomWrap{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}

.roomWrap{
width: 49%;
}

.room{
display: flex;
justify-content: space-between;
box-sizing: border-box;
}


.room .girl{
width: 45%;
margin-bottom: 0;
}

.room .girl a{
display: table;
text-decoration: none;
background: rgba(255,255,255,.3);
}

.room .girl .img{
width: 40%;
display: table-cell;
position: relative;
}
/*
.room .girl .img:after{
background-image: url(../../image/attest/keepout_profile.png);
}*/

.room .girl .data{
position: static;
display: table-cell;
vertical-align: middle;
background: no-repeat;
line-height: 150%;
width: 60%;
}

.room .girl li{
font-size: 80%;
}
.room .girl .roomNo{
font-size: .9rem;
font-weight: bold;
border-bottom: solid 1px #aaa;
margin-bottom: 5px;
padding-bottom: 5px;
}
.room .girl .size{
white-space: normal;
display: none;
}

.room .girl .size span{
display: inline-block;
}



#cont .btn a{
display: block;
color: #fff;
text-decoration: none;
text-align: center;
margin: 20px;
padding: 10px;
border-radius: 10px;
font-weight: bold;
background: #bababa; /* Old browsers */
background: -moz-linear-gradient(top, #bababa 0%, #1e303a 50%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bababa 0%,#1e303a 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bababa 0%,#1e303a 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}