﻿.alert-container {
    /*display: none;*/
    padding: unset;
}

.alert-container .row .alert span {
    color: black;
}

.alert-container .row .alert, .alert-container .row .alert hr {
    border-color: black;
}

.alert-container .row .alert {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.alert-container .ot-alert-inner {
    font-style: italic;
}

.alert-container .ot-alert-inner .close-notice {
    font-style: initial;
}

section.no-top-padding {
    padding-top: 0px !important;
}