#cookieLaw {
    width: 100% !important;
    background-color: rgb(222, 232, 255) !important;
    /* height: 48px !important; */
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

/*
@media screen and (max-width: 640px) {
	div#cookieLaw {
    	height: auto !important;
    	padding-top: 10px !important;
    	padding-bottom: 15px !important;
	}
}
*/

div#cookieLaw div.cookieLawContent {
	position: relative !important;
	/* width: 940px !important; */
	min-height:31px !important;
	_height:31px !important;
	margin:0 auto !important;
	padding:0 10px !important;
}

#cookieLaw .cookieLawContent p {
    margin: 0 !important;
    padding: 9px 10px 0px 0px !important;
    line-height: 1.25 !important;
    color: #555 !important;
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 99.5% !important;
}

div#cookieLaw div.cookieLawContent p a {
	color: #2b65d9 !important;
}
div#cookieLaw div.cookieLawContent p a:hover {
	background-color:transparent !important;
}

div#cookieLaw div.cookieLawContent div.cookieLawCloseBtn{
	position: absolute !important;
	right: 4px !important;
	top: 50% !important;
	margin-top: -10px !important;
	margin-right: 5px !important;
}





