#cookieGuardMsg {
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    border-bottom: 2px solid #ddd;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #fff;
    background: #000 12px 12px;
    min-height: 50px;
    padding: 0;
    z-index: 99999;
}

#cookieGuardMsgInner {
    padding: 0;
    font-size: 16px;
}

#cookieGuardMsg a {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#cookieButtons {
    width: 100%;
    text-align: right;
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#showCookies {
    border: 1px solid #fff;
    background: #888;
    color: #fff;
    padding: 5px 10px;
    margin: 0 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#showCookies:hover {
    border-color: #666;
}

#authoriseCookies, #cookieGuardOkay {
    border: 1px solid #fff;
    background: #00bb00;
    color: #fff;
    padding: 5px 10px;
    margin: 0 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#authoriseCookies:hover {
    border-color: #6f8f59;
}

#denyCookies {
    border: 1px solid #fff;
    background: #f00;
    color: #fff;
    padding: 5px 10px;
    margin: 0 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#denyCookies:hover {
    border-color: #9e6a6a;
}

#cookieList {
    display: none;
    padding: 0;
}

#cookieList ul {
    margin-bottom: 30px;
    padding-left: 20px;
    margin-top: 14px;
}

#cookieGuardMsg.visible {
    display: block;
}

;#cookieList li {
    padding: 5px 0;
}

.cookieName {
    font-weight: bold;
    display: inline;
}

.cookieDescription {
    display: inline;
}

.cookiesHeader {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #fff;
    margin-bottom: 7px;
    background-color: #4267b2;
    padding-top: 10px;
    padding-left: 10px;
}

.cookiesHeader span {
    font-weight: normal;
    /* font-size: 14px; */
}

#cookieGuardMsgInner.msgAllowed, #cookieGuardMsgInner.msgDenied, #cookieGuardMsgInner.onlyEssential {
    padding-top: 17px;
}

.essentialCookies { }

.knownCookies { }