/*Cookie Consent Begin*/
#cookieConsent {
    background-color:#eee;
    height: 50px;
    font-size: 12px;
    border:1px solid #aaa;
    border-radius:5px;
    color: #555;
    line-height: 14px;
    padding: 8px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    margin:3px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#gdpr_ok{
    float:right;
    border:1px solid;
    padding:10px;
    cursor:pointer;
color:#fff!important;
text-decoration: none;
background-color:#4b8ee7;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 0px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
@media (max-width: 480px) {
#cookieConsent {
    bottom:40px!important;
    margin:0px;
    height:70px;
    overflow:hidden;
    font-size:9px!important;
}
}

fieldset{border:none;
}
