/* Custom styles used for all pages */
html {
    background-color: #0f3166;
}
body {
    background-color: #0f3166;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#container {
    border-left: unset;
    border-right: unset;
    box-shadow: unset;
    width: 55%;
    font-weight: bold;
    max-width: 980px;
}
@media screen and (max-width: 768px) {
    #container {
        width: 80%;
    }
}
@media screen and (max-width: 425px) {
    #container {
        width: 100%;
    }
}
img[alt="Webcast Logo"] {
    visibility: hidden;
}
.registration_above {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.registration_above_register {
    display: none;
}
.password_above {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.title_label {
    margin-top: 0px;
    margin-left: 0px;
        font-size: 30px;
}
.title {
color: #000;
    padding-left: 0px;
    padding-right: 30px;

}
.subtitle {
    margin-left: 0px;
    margin-bottom: 10px;
    color: #000;
}
#branding {
    background-color: #363636;
    width: 100%;
    padding: 0;
    font-weight: bold;
}
.colour-bar {
    border: none;
}
#header {
    background-image: none;
    box-shadow: none;
 
}
#content-under {
    min-height: 50px;
    display: none;
}
#footer {
    background-image: none;
    box-shadow: none;
    background-color: #363636;
    padding: 15px;
}
#footer-right {
    float: right;
}
#footer-left {
    font-weight: bold;
    float: left;
    margin-top: 12px;
}
#footer a {
    color: #007bff;
}
#banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0f3166;
}
.enter_button {
    background-image: none;
    border-radius: 2px;
    box-shadow: none;
}
.player_button {
    background-image: none;
    border-radius: 2px;
    box-shadow: none;
}
.player_button span {
    background-image:none;
    padding-left: 15px;
    padding-right: 15px;
}
.bar_styling_top {
    -webkit-box-shadow: none;
}
.bar_styling_bottom {
    -webkit-box-shadow: none;
}
.requirements {
   display:none;
}
.mini-cal {
    box-shadow: none;
    background-image: none;
}

.presenter-row {
     margin-bottom: 15px;
}
.presenter-titles {
    margin-bottom: 10px;
}
.presenter-names {
    color: #a32035;
}


/*recreated - not from cache - process time 0.024626970291138 */
