.tx-examlocation .exam-selectors {
    width: 100%;
    max-width: 560px;
}

.tx-examlocation .exam-selectors fieldset>div:first-child {
    display: none;
}

.tx-examlocation .exam-selectors select {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid rgba(97, 106, 117, 0.2);
    color: #616A74;
    background: transparent;
    font-size: 17px;
    line-height: normal;
}

.tx-examlocation .location-map {
    margin-top: 10px;
}

.tx-examlocation .location-map p.bodytext{
    margin-bottom: 25px;
    display: none;
}

.tx-examlocation .location-map p.bodytext.note-show {
    display: block;
}

.tx-examlocation .map-container {
    width: 100%;
    max-width: 560px;
    height: 600px;
    border: solid 2px #b2b2b2;
}

.tx-examlocation .examlocation-infowindow {
    width: 250px;
}

.tx-examlocation .examlocation-infowindow p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0.2px;
}

.tx-examlocation .examlocation-infowindow p.title {
    font-size: 18px;
    font-weight: bold;
}

.tx-examlocation .examlocation-infowindow p.link a {
    font-weight: normal;
    text-decoration: underline !important;
}

.tx-examlocation .marker-note {
    margin-top: 20px;
    display: none;
}

.tx-examlocation .location-map .marker-note p.bodytext {
    display: block;
}

.tx-examlocation .marker-note.note-show {
    display: block;
}

.tx-examlocation .location-list {
    margin-top: 50px;
}

.tx-examlocation .location-list-header {
    display: none;
}

.tx-examlocation .location-list-header.header-show {
    display: block;
}

.tx-examlocation .location-list-header dl {
    font-size: 18px;
    font-weight: bold;
}

.tx-examlocation .location-list-header dl:after {
    content: " ";
    display: block;
    clear: left;
}

.tx-examlocation .location-list-header dt {
    float: left;
    clear: left;
    margin-right: 5px;
}

.tx-examlocation .location-list-header dd {
    display: inline-block;
    float: left;
    margin: 0;
}

.tx-examlocation .location-list li {
    display: none;
}

.tx-examlocation .location-list li.location-show {
    display: block;
}

