#twcookie-bar{
	position: fixed;
	border-top: 1px solid #dce1e5;
	min-height: 42px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	left: 0px;
	z-index: 99999;
	text-align: center;
}

#twcookie-bar p{
	margin-bottom: 0px;
}

#twcookie-bar p a {
	font-weight: bold;
}

#twcookie-bar p a:hover {
	text-decoration: underline;
}

#twcookie-bar p span {
	margin-right: 2px;
}

#twcookie-close-btn {
	margin: 5px 5px 5px 15px;
	font-weight: bold;
}

#twcookie-close-btn:hover {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}