.search-result {
    margin: 16px 4px;
    width: 100%;
}

.search-parameters {
}

.search-button {
    font-size: 70%;
    font-weight: bold;
    border: 1px solid #6c83a9;
    color: white;
    background-color: #8094c5;
    font-family: Arial, sans-serif !important;
    padding: 2px;
    margin: 4px 0 0 4px;
    width: 6.5em;

}

.search-checkbox {
    font-size: 70%;
    font-variant: small-caps;
    border: 1px solid #6c83a9;
    color: #6c83a9;
    background-color: #e8ecf8;
}

.search-checkbox-label {
    font-size: 70%;
    color: #979da3;
    margin: 0 2px 0 16px;
}

