#cookielaw a,
#cookielaw a:link,
#cookielaw a:hover,
#cookielaw a:visited {
    color: #fff;
    font-weight: bold !important;
    text-decoration: underline !important;
}

#cookielaw a:hover {
    cursor: pointer;
}

#cookielaw {
    color: #fff;
    background-color: Gray;
    border: 1px solid;
    padding: 0.5em;
    text-align: center;
    display: block;
}

    #cookielaw #cookie-continue {
        text-decoration: none !important;
        position: absolute;
        top: 0.5em;
        right: 0.5em;
    }

    #cookielaw .heading {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 0;
    }

    #cookielaw .close {
        margin: 0 6px;
        padding: 4px 8px;
        color: Gray !important;
        background: #fff;
    }

    #cookielaw a:hover .close {
        margin: 0 6px;
        padding: 4px 8px;
        color: Gray;
        text-decoration: underline !important;
        background: #fff;
    }
