#wt-cookie-bar {
	position: fixed !important;
	position: absolute; /* for ie6 */
	width: 100%; /* for ie6 */
	max-width: 100%;
	top: inherit;
	right: 0;
	bottom: 0;
	left: 0;
	background: #e9e9e9;
	height: auto;
	font-family: Arial; Helvetica; sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	padding: 5px 20px;
	vertical-align: middle;
	z-index: 2147483647;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-backface-visibility: hidden;
  	-webkit-transform: translateZ(0);
}

#wt-cookie-bar.mobile {
	position: relative !important;
}

/*@media screen and (max-width: 768px) {
	#wt-cookie-bar {
		position: relative !important;
	}
}*/

#wt-cookie-bar a {
	color: #333333;
	text-decoration: underline;
	display: inline
}

#wt-cookie-bar a.cookie-btn {
	color: #333333;
	display: inline-block;
	text-decoration: none;
	padding: 0 6px;
	margin: 0 0 0 8px;
	border: 2px solid #333;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 19px;
	background: transparent;
	text-decoration: none
}

#wt-cookie-bar a.cookie-btn:hover {
	color: white;
	background: #333
}