
.cc-panel {
	font-family: Jaldi, Arial, sans-serif;
	font-size: 24px;
	background-color: #eee;
	color: #151206;
	z-index: 2000;
	line-height: 2.0em;
	top: 0;
	bottom: auto;
}
@media screen and (min-width: 1024px) {
	.cc-panel {
		line-height: 1.4em;
	}
}

.cc-panel__glass {
	border-bottom: 1px solid lightgrey;
	z-index: 2000;
}

.cc-panel__dialog {
	z-index: 2000;
}

.cc-panel__learn-more,
.cc-panel__learn-more:link,
.cc-panel__learn-more:visited {
	color: #777;
}
.cc-panel__learn-more:hover,
.cc-panel__learn-more:visited:hover {
	color: #b00901;
}

.cc-panel__accept,
.cc-panel__accept:link,
.cc-panel__accept:visited {
	background-color: #b00901;
	color: #fff;
}
.cc-panel__accept:hover,
.cc-panel__accept:visited:hover {
	background-color: #151206;
	color: #fff;
}
