#cookieInfoDiv {
    z-index: 99999;
    background: #FCF8E3;
    border-top-color: #FAEBCC;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    color: #8A6D3B;
    font-weight: bold;
    left: 0;
    padding: 4px 20px;
    position: fixed;
    text-align: center;
    width: 100%;
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    box-sizing: border-box;
}

#cookieInfoDiv a {
    color: #674f26 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

#cookieInfoDiv a:hover, #cookieInfoDiv a:focus {
    color: #674f26 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#cookieInfoDiv .btn {
    width: auto !important;
    background-color: #5CB85C;
    color: #fff;
    background-image: none;
    border: 1px solid #4CAE4C;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 10px !important;
    float: none !important;
}

#cookieInfoDiv .btn:hover, #cookieInfoDiv .btn:focus {
    background: #4CAE4C;
    outline: none;
}

#cookieInfoDiv #showCookieInfo {
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#cookieInfoDiv #showCookieInfo h1 {
    color: #000 !important;
    display: block !important;
    margin-top: 0px !important;
    padding: 0px !important;
    font-size: 26px !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#cookieInfoDiv #showCookieInfo h2 {
    color: #000 !important;
    display: block !important;
    margin-top: 20px !important;
    padding: 0px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#cookieInfoDiv #showCookieInfo #cookieInfoWrap {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    background: #FFFFFF;
    padding: 20px;
    overflow: auto;
    text-align: left;
    color: #000;
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    font-weight: normal;
}

#cookieInfoDiv #showCookieInfo #closeCookieInfo {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #888;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 8px;
    cursor: pointer;
}