
.main-content {
    margin-top: -80px !important;
}
.page-title {
    display: none;
}

.total_registered {
    text-align: center;
}
.total_registered p {
    margin: 0;
}
.total_registered h2 {
    border: none !important;
    font-weight: normal !important;
    font-size: 48px;
    margin: 0;
    margin-bottom: 1em;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.session_info h2 {
    border: none !important;
    font-size: 24px;
    margin: 0;
    margin-bottom: 1em;
}
.session_info .datetime,
.session_info span {
    color: #DA1028;
}

th {
    font-weight: normal;
    border-bottom: 1px solid #e92337;
    padding: 8px 16px 8px 0;
    text-align: left;
    cursor: pointer;
}

td {
    padding: 8px 16px 8px 0;
    word-break: break-word;
}

tr:nth-child(odd) td {
    background: rgba(0, 0, 0, 0.08);
}


.session_registrations table {
    margin-bottom: 64px;
}

.session_registrations td:nth-child(1) {
    text-align: right;
    padding-right: 48px;
}

.session_registrations th:after {
    content: '\2191 \2193';
    display: inline-block;
    margin-left: 4px;
}
.session_registrations th:nth-child(1) {
    padding-right: 48px;
    width: 15%;
}
.session_registrations th:nth-child(2) {
    width: 30%;
}
.session_registrations th:nth-child(3) {
    width: 55%;
}

.session_registrations_counts th:nth-child(1),
.session_registrations_counts th:nth-child(2),
.session_registrations_counts th:nth-child(3) {
    width: auto;
    white-space: nowrap;
}
.session_registrations_counts th:nth-child(4) {
    width: 30%;
}
.session_registrations_counts th:nth-child(5) {
    width: 55%;
}

.latest_registrations h3 {
    color: #DA1028;
    text-align: center !important;
    font-weight: normal;
    text-transform: none;
}
.latest_registrations table {
    width: 100%;
}
.latest_registrations td:nth-child(1) {
    padding-left: 16px;
    word-break: normal;
}

.conference-speaker-admin .content .conferences .access_denied {
    border: 1px solid #DA1028;
    padding: 1rem 3rem;
}
.conference-speaker-admin .content .conferences .access_denied h3 {
    text-transform: none;
    font-size: 18px;
    color: #DA1028;
    text-align: center;
}
.conference-speaker-admin .content .conferences .access_denied span {
    color: #DA1028;
}
.conference-speaker-admin .content .conferences .access_denied a {
    color: inherit;
}

.email_reports {
    margin-top: 3rem;
    background: #DA1028;
    color: #ffffff;
    margin: 3rem 1rem 0 0;
    padding: 1rem;
}
.email_reports label {
    display: block;
    margin-bottom: .5rem;
}
.email_reports form div {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.email_reports .spinner {
    background: linear-gradient(to right, #ffffffff 10%, #ffffff00 40%);
}
.email_reports .spinner:before {
    background: #ffffff;
}
.email_reports .spinner:after {
    background: #DA1028;
}
/*
.conferences .content .email_reports input[type="radio"] {
    appearance: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 50%;
}
.conferences .content .email_reports input[type="radio"]:checked {
    background-color: #000000;
}
*/
.conferences .content .email_reports input[type="text"] {
    min-height: 55px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #d6d6d6;
    border-radius: 6px;
    background-color: transparent;
    color: rgba(0, 0, 55, 0.75);
    font-size: 16px;
    width: 100%;

    background-color: #ffffff;
}

.conferences .content .email_reports input[type="submit"] {
    background: #fff;
    color: #DA1028;
}
