.pagecontent {
    background: url("/static/snow.gif");
    border: 3px inset black;
    color: black;
}

@media screen and (max-width: 800px) {
    .pagecontent {
        width: calc(100% - 4px);
    }
}

.search-result {
    color: black;
    text-shadow: cadetblue 0 0 3px;
    padding: 10px;
    border: 1px solid white;
    margin: 3px;
}

.search-result:visited {
    color: darkslateblue;
}
.search-url {
    color: black;
}

.search-description {
    color: black;
    text-shadow: cadetblue 0 0 3px;
}

.search-relevance {
    color: darkslateblue;
}

.wikipedia-complication {
    background: rgba(0.77, 0.77, 0.77, 0.43);
    border: 3px inset white;
}

.wikipedia-image > img {
    background: gray;
}

.wikipedia-title {
    color: white;
}

.wikipedia-fromwikipedia {
    color: white;
    text-shadow: cadetblue 0 0 3px;
}

.wikipedia-class {
    color: white;
    text-shadow: cadetblue 0 0 3px;
}

.wikipedia-description {
    color: white;
}

.complications-note {
    background: rgba(0.77, 0.77, 0.77, 0.43);
    border: 3px inset white;
}

.unit_converter-complication {
    background: rgba(0.77, 0.77, 0.77, 0.43);
    border: 3px inset white;
}

.unit_converter-title {
    color: white;
}

.unit_converter-result {
    color: white;
}