.page-header--title h1 {
    z-index: 0 !important;
}

.main-content-layout-container.layout-container {
    width: 100%;
}

/* custom fix */
table tr:nth-child(even) {
    background-color: white;
}

figure, p, pre {
    margin: 0 0 10px;
}

.mt25 {
    margin: 25px;
}

.mtTop25 {
    margin-top: 25px;
}

.mt10 {
    margin: 10px;
}

.tblborder-none {
    border: 0 !important;
    margin: 20px;
    width: 100%;
}

div.loginBox {
    border: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    width: 50%;
}

#divContent {
    margin-left:2rem;
}

table th:not(:last-child), table thead th:not(:last-child) {
    border-right: 0px;
    width:20%;
}

.localform label {
    font-size: 1rem;
}

#divContent li {
    margin-bottom: 0px;
}

#main-content .node--type-page {
    margin-top:10px;
}

/*.custom-width {
    width: 100%;
}*/