.sh-cookie{
	background-color:#000;
	color:#fff;
	height:auto;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding:10px;
	display:none;
}

.sh-cookie a{
	color:#000;
}

.sh-cookie a:hover, .sh-cookie a:visited, .sh-cookie a:focus {
	color:#000;
}

body.sh-show-cookie .sh-cookie{
	display:block;
}

.cookie-sx{
	float:left;
}

.cookie-dx{
	float:right;
}

@media only screen and (max-width: 991px) {
	.cookie-sx{
		float:none;
	}

	.cookie-dx{
		float:none;
	}
}