.title-border {
    border-bottom: 1px solid #000;
}

.content-border{
    border-bottom: 1px solid #20212461;
}

.facility-border{
    border-bottom: 1px solid #20212461;
    width:50%;
    margin:0 auto;
}

.title-reserve{
    background: #d2de32 0% 0% no-repeat padding-box;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    color: #FFFFFF;
    height: 55px;
    width: 100%;
    position: relative;
    display: flex;
    height: auto;
}

.wrapper-left{
    width:20%;
}
.wrapper-name{
    width:60%;
}
.room-group-name{
    overflow-wrap: break-word;
    flex:1 0 auto;
    margin:10px
}

.wrapper-button{
    width:20%;
}
.button-reserve{
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;

    background-color: #61a3ba;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0px;
    display: inline-block;
    font-size: 14px;
    padding:8px;
}

.roomName{
    overflow-wrap: break-word;
    flex:1 0 auto;
    margin:20px
}

.facility-wrapper{
    height: auto;
}

.facility-content{
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #a2c579;
    border-radius: 10px;
    min-height:650px;
}

.inner-content table {
    text-align: left;
    width: 550px;
    height: 178px;
    border: 0px dotted #aaaaaa;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1000px) {
    .button-reserve {
        padding:10px;
        height: 100%;
        margin-right:0px;
    }

    .inner-content table {
        width: 430px;
    }
}
