body {
    background-image: none;
    background-color: white;
}

#page-content {
    background-image: url("../img/background/bg4.webp");    
    background-repeat: no-repeat;        
    background-position-y: -550px;
    padding-left: 24px;
    padding-right: 24px;    
    min-height: 800px;
}

.post-content {    
}

.report-header {
    font-size: 16px;    
    margin: 0;         
}

.search-header-link {
    color: rgb(31, 31, 31);
}

.report-parameters, .report-columns, .report-order {
    font-size: small;
    color: gray;    
}

#searched-text {        
    margin-bottom: 8px;
    font-size: 24px;
}

.search-result-badge {    
    width: 70px;
    background-color: #4CBBFF;    
    padding-bottom: 4px;
}