
.cc-panel {
	font-family: "Muli", "Arial", "Helvetica", sans-serif;
	font-size: inherit;
	background-color: #eee;
	color: inherit;
	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: #e63232;
}

.cc-panel__accept,
.cc-panel__accept:link,
.cc-panel__accept:visited {
	background-color: #e63232;
	color: #fff;
}
.cc-panel__accept:hover,
.cc-panel__accept:visited:hover {
	background-color: #649b9b;
	color: #fff;
}
