A { COLOR: #0000cc;  TEXT-DECORATION: none        }
A:hover { COLOR: #FF0000;  TEXT-DECORATION: underline      }

BODY { FONT-SIZE: 12 px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;    }
TABLE {	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif  }
TD { FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif  }
H1 {	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif  }

.cookies-notification {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10px;
    max-width: 560px;
    font-size: 12px;
    font-weight: 300;
    z-index: 20;
}

.cookies-notification .text {
    margin-bottom: 10px;
    color: #fff;
}

.cookies-notification a {
    color: #fff;
    text-decoration: underline;
}

.cookies-notification a:hover {
    text-decoration: none;
}

.cookies-notification .cookie-button {
    height: 36px;
    line-height: 35px;
    background: #0D4B7A;
    border: 1px solid transparent;
    color: #fff;
    transition: 0.5s;
    width: 100px;
    text-align: center;
    margin-left: auto;
    cursor: pointer;
}

.cookies-notification .cookie-button:hover {
    background: #fff;
    color: #0D4B7A;
    border-color: #0D4B7A;
}
@media (max-width: 700px) {
    .cookies-notification {
        max-width: 100%;
        left: 10px;
    }
}