* {
    padding: 0;
    margin: 0;
}
.container {
    padding: 1rem;
}
p {
    margin: 1rem 0;
}
.searchheading {
    font-size: 130%;
    font-weight: bold;
}
.summary {
    font-size: 80%;
    font-style: italic;
}
.result_pagescount {
    font-size: 100%;
}
.sorting {
    text-align: right;
}
li {
    list-style: none;
}
.result_block {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: left;
}
.result_title {
    font-size: 100%;
}
.description {
    font-size: 100%;
    color: #008000;
}
.infoline {
    font-size: 80%;
    font-style: normal;
    color: #808080;
}
.highlight {
    background: #FFFF40;
}
.pagination a.active {
    font-weight: bold;
}
.pagination a {
    margin: 0 5px;
    text-decoration: none;
}
.pagination a:hover {
    text-decoration: underline;
}
