/* custom CSS */
.header-top .block-text-resize a {
    background: #00151d!important;
    color: white !IMPORTANT;
    font-size: 15px;
    text-align: center;
    height: 26px!important;
    width: 26px!important;
    font-weight: bold;
    margin: 0px 5px 0px 0px!important;
    text-indent: 0!important;
}
.header-top .container{
    column-gap: 20px;
    justify-content: right;
}
.header-top {
    padding: 15px 0px;    
    border-bottom: 1px solid; # puts a line between header-top and header
    margin-bottom: 5px;
}
