#eu-cookie-bar {
	display: none;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 247px;
    z-index: 99999;
    text-align: center;
    font-size: 10px;
    font-weight: bold !important;
    padding-top: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-right-radius: 16px;
	font-family: "Century Gothic", Arial, Verdana, sans-serif !important;
}
@media only screen and (max-width: 998px) {
#eu-cookie-bar {
    width: 100% !important;
    font-size: 8px !important;
    padding-top: 4px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-top-right-radius: 0px !important;
}
}
#eu-cookie-bar a {
	color: #fff;
	text-decoration: underline;
}
button#euCookieAcceptWP {
    line-height: 20px;
    background: #45AE52;
    border: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
