	#cookie-bar {
		background: #fff;
		height: auto;
		text-align: center;
		padding: 20px;
		border-top: 1px solid  #333;
		z-index: 1000;
	}
	#cookie-bar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#cookie-bar.fixed.bottom {
		bottom: 0;
		top: auto;
	}
	#cookie-bar p {
		margin: 0;
		padding: 0;
		color: #1d1d1d;
		font-size: 0.75rem;
	}
	#cookie-bar a.cb-button {
		color: #ffffff;
		display: inline-block;
		border-radius: 2px;
		text-decoration: none;
		padding: 6px 12px;
		margin-left: 5px;
		font-size: 0.7rem;
		font-weight: 700;
		margin-top:15px;
	}
	#cookie-bar a.cb-button:first-of-type {
		margin-left: 0px;
	}
	#cookie-bar .cb-enable {
		background: #333;
	}
	#cookie-bar .cb-enable:hover {
		background: #333;
	}
	#cookie-bar .cb-disable {
		background: #333;
	}
	#cookie-bar .cb-disable:hover {
		background: #333;
	}
	#cookie-bar .cb-policy {
		background: #999;
	}
	#cookie-bar .cb-policy:hover {
		background: #999;
	}

@media (max-width: 767px) {
	#cookie-bar {
		padding: 20px;
	}
}

@media (max-width: 420px) {
	#cookie-bar {
		text-align: left;
	}
	#cookie-bar a.cb-button {
		display: block;
		width:120px;
		margin-top:5px;
		margin-left:0;
		text-align:center;
	}
	#cookie-bar a.cb-button:first-of-type {
		margin-top: 15px;
	}
}