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

#roomwrapper{
    /*display: flex;*/
}
.room{
    
}
.room h3{
    margin-top: 40px!important;
    margin-bottom: 20px!important;
    color: #333!important;
    font-size: 16px!important;
    padding: 8px 10px 5px 10px!important;
    background: #F0F0F0;
    width: 116%;
    height: auto!important;
    margin-left: -8%;
    box-sizing: border-box;
    line-height: 16px!important;
    background-image: none!important;
}
.room img{
    float: left;
    margin-bottom: 0px!important; 
}
.room img:last-child{
    margin-bottom: 10px!important;
}