﻿/* --------------------------------
   GhostRetro.co.uk Cookie Bar CSS 
----------------------------------- */
#js-cookie-policy {
	position: relative;
	top: 0px;
	left: 0px;
	width: 95%;
	height: 38px;
	padding-top: 20px;
	background-color: black;
	padding-left: 5%;
	font-size: 12px;
	border-bottom: 2px #63B1EB solid;
	color: white;
	font-weight: bold;
}
#js-cookie-policy a:link {
	text-decoration: none;
	color: #63B1EB;
	font-weight: bold;
}
#js-cookie-policy a:visited {
	text-decoration: none;
	color: #63B1EB;
	font-weight: bold;
}
#js-cookie-policya:active {
	text-decoration: none;
	color: #63B1EB;
	font-weight: bold;
}
#js-cookie-policy a:hover {
	text-decoration: none;
	color: #FF0000;
}
.js-cookie-policy-close {
	float: right;
	padding-right: 30px;
	font-size: 1.5em;
	cursor: pointer;
}
/*--[ Mobile CSS styles ]----------------------------------*/
@media only screen and (max-width: 767px) {
#js-cookie-policy {
	height: 50px;
}
}
