.cookie-alert {
	background-color: white;
    border-bottom: 2px solid gray;
    color: gray;
    display: none;
    font-family: Arial,Verdana;
    font-size: 15px;
    padding-left: 0px;
    position: fixed;
    width: 100%;
    z-index: 10000;
    opacity: 0.7;
    bottom: 0;
}
.cookie-inner a,
.cookie-inner p {
	display:inline;
}
.cookie-lcol {
	float: left;
    padding: 0;
    text-align: right;
    width: 90%;
}
.cookie-rcol {
	 float: left;
    text-align: left;
    width: 10%;
}
#cookies_accept {
	color: black;
	font-weight:bold;
	text-transform:uppercase;
    font-size: 15px;
}
.cb {
clear: both;
}
.cookie-alert p {
	font-size: 12px;
    line-height: 15px;
    margin: 10px 0;
}
.cookie-inner {
	margin: 0 auto;
    padding: 10px 2px;
    text-align: center;
}