/*
This file contains material which is the pre-existing property of Psycle Interactive Limited.
Copyright (c) 2014 Psycle Interactive. All rights reserved.
*/
/*
 Feel free to use the 'psycle_simple_cookie_consent_disable_css' filter to disable the use of this CSS and include whatever within your theme
*/
body {
	position: relative;
}

#cookie_notice_container {
	bottom: 0;
	position: fixed;
	background-color: white;
	border-top: 1px solid black;
	height: auto;
	width: 100%;
	z-index: 99999;
}
.js #cookie_notice_container {
	display:none;
}
#cookie_notice_wrapper {
	margin: 1em auto;
	max-width: 960px
}
body.no-js #cookie_notice_container .btn-accept {
	display: none;
}
