.noscript {
	background-color: #212327;
	color: #ecf0f1;
	text-align: center;
}

.noscript p {
	padding: 15px 0 15px 0;
	margin: 0px;
}

.noscript a {
	text-decoration: underline;
	color: #ecf0f1;
}

.privacyalert {
	background: #212327 !important;
	color: #ecf0f1 !important;
	max-height: 0;
	transition: max-height 0.5s;
	overflow: hidden;
	padding: 0 15px 0 15px !important;
	margin: 0 !important;
	border: 0 !important;
}

.privacyalert.show {
	opacity: 1;
	max-height: 200px;
	transition: max-height 1.2s;
	transition-delay: 0.2s;
}

.privacyalert-container p {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ecf0f1 !important;
}

.privacyalert a {
	text-decoration: underline;
	color: #ecf0f1;
}

.privacyalert .btn {
	text-decoration: none;
	margin: 0 0 0 10px;
	color: #000 !important;
}