	#cookie-bar {
		background: #fff;
		height: auto;
		color: #333;
		text-align: left;
		padding: 15px;
		border:1px solid #e14c8a;
		z-index: 1000;
	}
	#cookie-bar.fixed {
		position: fixed;
		top: 0;
		left: 15px;
   		 width: 200px;
	}
	#cookie-bar.fixed.bottom {
		bottom: 15px;
		top: auto;
	}
	#cookie-bar p {
		margin: 0;
		padding: 0;
		color: #333;
		font-size: 0.65rem;
		line-height: 1.35;
	}
	#cookie-bar a.cb-button {
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 6px 12px;
		margin-left: 0;
		font-size: 0.75rem;
		line-height: 1.3;
		text-align: center;
		margin-top:5px;
		widt:100%;
		border:1px solid #e14c8a;
	}
	#cookie-bar a.cb-button:first-of-type {
		margin-left: 0px;
		margin-top:20px;
	}
	#cookie-bar a.cb-enable {
		background: #e14c8a;
	}
	#cookie-bar a.cb-enable:hover {
		background: #e14c8a;
	}
	#cookie-bar a.cb-disable {
		background: #e14c8a;
	}
	#cookie-bar a.cb-disable:hover {
		background: #e14c8a;
	}
	#cookie-bar a.cb-policy {
		color: #e14c8a;
		background: transparent;
	}
	#cookie-bar a.cb-policy:hover {
		background: transparent;
		color: #e14c8a;
	}

@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;
	}
}