span a {
    color: inherit;
}

div:nth-child(2).page-actions .btn-group {
    margin-top: 10px;
}

.navbar-brand img {
    height: 30px;
    width: 30px;
}

.stripedpagelist:nth-child(even) {
    background: #CCC;
    padding: 20px;
}
.stripedpagelist:nth-child(odd) {
    background: #FFF;
    padding: 20px;
}
.no-row-padding > .row {
    margin-left: 0;
    margin-right: 0;
}

.pageaction i {
    margin-top: 3px;
}

.frame {
    padding: 10px;
}

.frame table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.frame p:last-child {
    margin: 0;
}

dd {
    margin-left: 40px;
    margin-bottom: 0;
}

.wikisearch {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar {
    border-right: none;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.70);
}

.sidebar .nav-item:hover {
    background-color: #ebebeb;
}

.card.newslistitem .row .imgonly {
    height: 100%;
}
.col-xl-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-xl-10-5 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

.push-xl-1-5 {
    left: 12.5%
}

.push-xl-10-5 {
    left: 87.5%
}

.carousel-item {
    background-color: #232323;
}

.carousel-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

code {
    color: inherit;
    background: inherit;
}

pre {
    color: inherit;
    background: inherit;
    white-space: pre-wrap;
}
