
.asf {
    display: none;
}
#building-access label, #building-access legend {
    font-weight: bold;
}
#building-access fieldset label {
    font-weight: normal;
}
legend {
    font-size: inherit;
    margin-bottom: 10px;
    border-bottom: none;
}
.radio-inline input {
    margin: 0 !important;
    left: 10px;
    top: 7px;
}
label.radio-inline {
    position: relative;
    background-color: #f5f5f5;
    padding: 5px 5px 5px 30px;
    line-height: 1em;
    margin: 0px -4px 0 0 !important;
    width: 50%;
    min-width: 100px;
    border: 5px solid #FFF;
    transition: .2s;
}
label.radio-inline:hover {
    background-color: #e9e9e9;
}
button.building {
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 0;
    transition: .2s;
}
button.building[aria-expanded="true"] {
    background-color: #00b388;
    color: #FFF;
}
button.floor {
    display: block;
    margin: 0;
    width: 100%;
    background-color: #f5f5f5;
    transition: .2s;
}
button.floor[aria-expanded="true"] {
    background-color: #00866c;
    color: #FFF;
}
.radio-inline input:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
}
.radio-inline input:checked:after {
    background-color: #005950;
}
