@charset "UTF-8";
/* CSS Document */

#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: 'Gothic A1', sans-serif;
    padding: 10px 20px 20px 20px;
    background: rgba(103, 103, 103, 0.6);
    overflow: hidden;
    position: fixed;
    color: #fff;
    bottom: 0;
    right: 0;
    display: none;
    left: 0;
    text-align: center;
    font-size: 0.90em;
}

#myCookieConsent div {
    width: 60%;
    padding: 15px 0 0;
    text-align: left;
}

#myCookieConsent a {
    color: #fff;
}

#myCookieConsent a:hover {
	color: #f58648;
}

#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #676767;
    font-size: 0.90em;
	background: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 20px 5px 20px;
    float: right;
    border-radius: 10px;
    margin-top: 10px;
}

#myCookieConsent a#cookieButton:hover {
    background: #f58648;
	color: #fff;
}