#myCookieConsent{
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
	line-height: 24px;
}

#myCookieConsentApproved {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 10px;
    background: rgba(0,0,0,0.1);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    left: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

#myCookieConsent div, #myCookieConsentApproved div {
    padding: 7px 0 0;
}
#myCookieConsent a, #myCookieConsentApproved a {
	font-size: 14px;
	color:#09F;
}
#myCookieConsent a:hover , #myCookieConsentApproved a:hover {
	color:#0CF;
}
#myCookieConsent a#cookieButton, #cookieWarning a#cookieButton{
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
	background: #6d9e2d;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 20px;
    float: right;
    border-radius: 10px;
}

#myCookieConsent a#cookieButton2{
    display: inline-block;
    color: #ddd;
    font-size: 1.1em;
	background: #C00;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 20px;
    float: right;
    border-radius: 10px;
	margin-right:10px;
}

#myCookieConsentApproved a#cookieButtonOpen {
    display: inline-block;
    color: #ddd;
    font-size: 1.1em;
	background: #06C;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    float: left;
    border-radius: 10px;
}

#myCookieConsent a#cookieButton:hover, #cookieWarning a#cookieButton:hover{
    background: #a4c639;
	color: #000;
}

#myCookieConsent a#cookieButton2:hover {
    background: #F03;
	color: #fff;
}

#myCookieConsentApproved a#cookieButtonOpen:hover {
    background: #09F;
	color: #fff;
}
@media (max-width: 980px) {

}