#cookie_assistant_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF; 
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    max-width: 370px;
    border: 1px solid #9b9b9b; 
    margin: 30px;
    padding: 20px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
    
#cookie_assistant_text { 
    font-size: 15px;
}
        
.cookie_assistant_buttons {
    padding: 20px 0 5px 0;
}
    
.btn-accept {
    background-color:#A5BD24; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 1px 10px -2px  rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0px 1px 10px -2px  rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 1px 10px -2px  rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF; 
    cursor: pointer; 
    font-size: 16px;
    font-weight: bold;
    padding: 7px 16px; 
    text-decoration: none;
    display: inline-block;
}
    
.btn-accept:hover {
    background-color:#b7d228;
}
        
.btn-more {
    text-decoration: none;
    color: #0088CC; 
    font-size: 15px; 
    padding-left: 10px;
    display: inline-block;
}
    
.btn-more:hover {
    text-decoration: underline;
}
    
@media (max-width: 320px) {
    #cookie_assistant_wrapper {
        margin: 0;
        border: 1px 0;
        border-radius: 0;
        padding: 16px;
    }
}
