#viewer {
    width: 540px;
    height: 303px;
}

#room-type-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
}

#room-type-container div {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75%;
    width: 20%;
    height: 70px;
    background: #D7E1E1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

#room-type-container .active {
    background: #c0cece;
    border-bottom: 2px solid #849fff  !important;
}

#room-type-container div:hover {
    border-bottom: 2px solid #aaffa0;
}

.psv-caption {
    visibility: visible !important;
}


