/* EWASS 2019 */


.h2,.h3 {
    color: white;
    padding: .3em;
    text-transform: uppercase;
}

.h2 {background-color: #0f0b75;}
.h3 {background-color: #7c66da;}

#signin-tabs > .active > a {
    color: white;
}

#DataProcessingConsentInfo > h4 {
    color: #7c62dd;
    font-weight: bold;
    text-decoration: underline;
}

[data-templateplaceholder="guestNames"] > div > div:nth-child(2),
[data-templateplaceholder="guestNames"] > div > div:nth-child(5),
[data-templateplaceholder="guestNames"] > div > div:nth-child(6) {
    display: none;
}

span.session-label {
    text-decoration: none;
    cursor: default;
}

tr.summary-heading.do-not-show-after ~ tr {
    display: none !important;
}