#cookie-bar {background:rgb(11,18,91); border-radius: 20px 20px 20px 20px; height:auto; color:#fff; text-align:center; padding:15px 10px;font-size:13px;}
#cookie-bar.fixed.bottom {position:fixed; max-width:28em;bottom:0.5em;right:0.5em; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar p.cookie-text {margin:0 0 5px 0;}
#cookie-bar p a {margin:0; padding:0;}
#cookie-bar a {color:#fff; display:inline-block; text-decoration:none;}
#cookie-bar .cb-disable {background:transparent;margin-top:10px;padding: 8px 24px;border-radius: 10px; font-weight:normal;}
#cookie-bar .cb-policy {background:#ffffff; color:#589c2e;margin-top:10px;padding: 8px 24px;border-radius: 10px;}
#cookie-bar .cb-policy:hover {background:#9D7C29;}

	@media (max-width: 939px) {
		#cookie-bar .uk-button:not(.uk-button-link):not(.uk-button-text){padding-left: 10px;padding-right: 10px;}
	}

	@media (max-width: 520px) {
		#cookie-bar {font-size:12px;}
		#cookie-bar.fixed.bottom {bottom:0;right:0; top:auto; max-width:100%;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px}
	}
