#cookie-popup {
	margin: 0;
	padding: 10px;
	width: 100%;
	z-index: 99999;
	left: 0;
	text-align: center;
	font-family: Arial, sans-serif;
}

#cookie-popup .popup-content {
	margin: 0 auto;
	max-width: 90%;
	display: inline-block;
	text-align: left;
	width: 100%;
}

#cookie-popup .popup-content #popup-text {
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 5px 0 0;
	max-width: 90%;
}

#cookie-popup .popup-content #popup-text h2 {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 5px 0;
}

#cookie-popup .popup-content #popup-text p {
	font-weight: 500;
}

#cookie-popup .popup-content #popup-buttons {
	float: right;
	margin: 0 0 1em 0;
	max-width: 10%;
}

#cookie-popup .popup-content #popup-buttons .close-button {
	background: transparent;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	padding-left: 8px;
	padding-top: -17px;
	vertical-align: top;
}
#cookie-popup.cookie-popup-bottom {
	background: rgba(83, 104, 160, 0.9);
	position: fixed;
}
