#acessibility {
    background: #f9f9f9; 
    width: 100vw; 
    position: fixed;
    top:0; 
    left: 0;
    padding-bottom:30px; 
    z-index: 99999; 
    border-bottom: 4px solid #d8d6d6;     
}

.f-oswald{
    font-family: 'oswald' !important;
}

#acessibility h2 {
    margin-top: 40px; 
    margin-bottom: 40px; 
}
#acessibility .row {
    margin-bottom: 30px; 
}

.access-head {
    background-color: #d8d6d6; 
}
.access-head h2 {
    color: white;
}

#close_accessibility {
    position: absolute;
    right: 40px;  
    top: 80px;  
    cursor: pointer; 
    color: white;
}

#refresh_accessibility {
    position: absolute;
    right: 60px;  
    top: 40px;
    cursor: pointer; 
    color: white;
}

.clear {
    clear: both; 
}