#cookiealertoverlay {position: fixed;top: 0;width: 100%;height: 100%;background: #000;z-index: 99999998;opacity: 0.6;}
#cookiealert {background: #fff;position: fixed;z-index: 99999999;bottom: 0;width: 100%;}
#cookiealert h3 {font-size: 26px;font-weight: bold;color: #000; margin-bottom: 20px;}
#cookiealert p {font-size: 15px;}
#cookiealert a {color: #000; text-decoration: underline;}
#cookiealert .accept {display:block;background: #07983b; text-decoration: none;color: #fff;font-size: 20px;text-transform: uppercase;padding: 15px 50px;border-radius: 4px;}
#cookiealert .decline {margin: 15px 0 0;display: block; color: #333;text-align:center;}
#cookiealert .dcnt {display: table; height: 100%; float: right;}
#cookiealert .dcntcell {display: table-cell; vertical-align: middle;}

@media only screen and (max-width: 767px) {
	#cookiealert .dcntcell, #cookiealert .dcnt, #cookiealert .accept {display: block;width: 100%;text-align: center}
	#cookiealert .accept {padding-top: 5px;padding-bottom:5px}
	#cookiealert h3 {font-size: 20px;margin-bottom: 10px}
}