html {
	background-color: #242424;
	color: white;
}

body {
	background-color: rgb(65,62,89);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
	margin-bottom:30px;
}

#consentForm {
	width:500px;
	margin: 0 auto;
	border-radius: 10px;
	border: solid black 1px;
	color: white;
}

.info {
	color: grey;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}

#headerStuff {
	width:80%;
	margin: 0 auto;
	background-color:rgb(4,10,37);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
}

.copyright {
	color:rgb(66,120,160);
	line-height: 50px;
	text-align: center;
	font-family: "Lobster Two";
	margin-bottom: -120px;
}

.form-label {
	color:white;
}

.form_label {
	text-align: center;
	color: white;
}

.form-range {
	width:100px;
	margin: 0 auto;
}
.rangeTable{
	width:300px;
	margin: 0 auto;
	table-layout: fixed;
}
.rangeTable td {
	text-align: center;
}

.inputStuffs {
	width:300px;
	margin: 0 auto;
}