#ERCC_container {
	z-index: 99999999999999999;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 430px;
	padding: 20px;
	background: #212748;
	color: white;
	overflow: auto;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1000px) {
	#ERCC_container {
		width: 100%;
	}
}

#ERCC_container h2 { margin: 1em 0; padding: 0; font-size: 1.5em; font-weight: bold; }
#ERCC_container h2:first-child { margin-top: 0; }
#ERCC_container h2 > .toggleSwitch { float: right; }
#ERCC_container h2 > .toggleSwitch .toggleSwitchTextUnchecked { color: #212748; }

#ERCC_container a { color: #ccc; text-decoration: underline; }
#ERCC_container a:hover { color: #ddd; }

#ERCC_container hr { margin: 1em 0; border: 1px solid white; color: white; }

#ERCC_container button {
	background: white;
	border: none;
	border-radius: 5px;
	font-size: 1.3em;
	padding: 0.5em 1em;
	cursor: pointer;
}

#ERCC_button button {
	background: #212748;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	cursor: pointer;
}