.page-header--title h1 {
    z-index: 0 !important;
}

/* custom fix */
table tr:nth-child(even) {
    background-color: white;
/*	border-bottom: 1px solid gray;	
*/}

figure, p, pre {
    width: 100%;
}
.mt25 {
    margin: 25px;
}
.mtTop25 {
    margin-top: 25px;
}
div.loginBox {
    border: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
}

.custom-width {
    width:100%;
}

.footnote {
    display: flex;
}

.footnote img {
    margin-right: 10px;
}

.footnote em {
    margin: 0 4px;
}

*,
*::before,
*::after {
    box-sizing: unset;
}

.layout-container {
    width: 100%;
}