* {
	font-family: Gill Sans, Arial, sans-serif;
	font-weight: 300;
}

h1 {
	text-align: center;
	font-size: 60px;
	margin-bottom: 0px;
}

h3 {
	text-align: center;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 35px;
}

/*** tables ***/
#container {
	float: right;
}

#averages {
	border: 2px solid black;
	border-radius: 5px;
	padding: 10px;
}

#data {
	border: 2px solid black;
	border-radius: 5px;
	padding: 10px;
}

#legend {
	border: 2px solid black;
	border-radius: 5px;
	padding: 3px;
	/* position: fixed; */ /* Legend scrolls down over description */
	float: left;
}

/*** table titles ***/
th {
	font-size: 24px;
}

/*** table cells ***/
#container td {
	padding-right: 10%;
}

#container td table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#data td {
	text-align: center;
	padding: 5px;
}

#legend td {
	padding: 5px;
}

#legend .legend_text {
	text-align: left;
	padding: 2px;
}

#averages td {
	text-align: center;
	padding: 5px;
}

.averages_text {
	width: 20%;
}

/*** table content ***/
.legend_div {
	height: 25px;
	width: 25px;
	border: 2px solid black;
	border-radius: 15%;
}

img {
	border: 2px solid black;
	border-radius: 5px;
}

/*** legend keys ***/
#movies {
	background-color: #E3AB2B;
}

#music {
	background-color: #96DA1E;
}

#sports {
	background-color: #13D119;
}

#science {
	background-color: #09C88D;
}

#politics {
	background-color: #007ABF;
}

/*** description text ***/
#description {
	clear: both;
}

.section_heading {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 4px;
}

.description {
	font-size: 18px;
	margin-top: 0px;
}

.tab {
	margin-left: 32px;
}