#cookielaw{
	position: fixed;
	background: #fff;
	width: 100%;
	padding: 13px 0px;
	display: none;
	text-align: left !important;
	max-width: 230px;
    bottom: 20px;
    left: 20px;
    z-index: 5000;
}
#cookielaw:hover{

}
#cookielaw .container{padding-bottom: 0px;}
#cookie_close{
    position: absolute;
    top: -10px;
    right: -10px;
}

#cookielaw p:last-child{
margin: 0px;

}