﻿body {
}

.rehearsalRegistration_addressBlock {
    border: 3px solid black;
    margin: 2em 0;
}


.rehearsalRegistration_flexRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rehearsalRegistration_flexRow_item {
    margin: 5px;
    flex-shrink: 0;
}

ul {
    list-style-type: square;
}

.ul_li_textOnly {
    margin: 12px 0;
}

.rehearsalData_formalText_admissionRequest {
    text-transform: uppercase;
    font-family: "TradeGothicLTStdBoldCondensedNo20";
}
.rehearsalRegistration_h1_language {
    /*margin-top: 4em;*/
}

.importantText {
    font-family: "TradeGothicLTStdBold";
}

@media screen and (min-width: 1280px) {
    .rehersalRegistration_topLevelContainer {
        padding: 0 15%;
    }
}


@media screen and (max-width: 1280px) {
    .rehersalRegistration_topLevelContainer {
        padding: 0 10%;
    }
}



@media screen and (max-width: 980px) {
    .rehersalRegistration_topLevelContainer {
        padding: 0 4em;
    }
}

@media screen and (max-width: 745px) {
    .rehersalRegistration_topLevelContainer {
        padding: 0 0;
    }
}



