#dm-cookie-consent-bar {
	position: fixed;
	bottom: 0px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	width: 100%;
}
#dm-cookie-consent-bar p {
	color:#fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dm-cookie-consent-bar-visible {
	display:block;
}
.dm-cookie-consent-bar-hidden {
	display:none;
}
.dm-cookie-consent-text{
	text-align: left;
	float:left;
	width:70%;
}
.dm-cookie-consent-buttons {
	text-align: right;
	float:left;
	width:30%;
}
@media screen and (max-width: 1199px) {
	#dm-cookie-consent-bar p{
		width:300px;
		margin:auto;
	}
	.dm-cookie-consent-text{
		text-align: center;
		float:none;
		width:100%;
	}
	.dm-cookie-consent-buttons {
		text-align: center;
		float:none;
		width:100%;
	}
}