html,
body {
    padding-top: 36px;
    overflow-x: hidden;
}

.hr-primary {
    border: 1px solid #0D6EFD;
    height: 3px;
    background-color: #0D6EFD;
}

.search-title {
    color: #1A0DAC;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.search-subtitle {
    color: darkgreen;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.search-width {
    width: 360px !important;
}

.site-icon {
    width: 28px;
    height: 28px;
}


