/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* Chart containers */
#mamonth, #maytd, #samonth, #saytd, #avgprice, #avgpriceytd, #resmonth, #resytd, #medprice, #medpriceytd {
	width: 85%;
	height: 450px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
header {
	width: 100%;
	background: #000;
	font-family: 'Arimo', sans-serif;
	color: #ffffff;
}

.wrapper {
	width: 80%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#wecartitle {
	font-size: 95%;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

#tmth {
	font-size: 26px;
	font-family: 'Arimo', sans-serif;
	color: #ffffff;
}

/* Section spacing */
section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Horizontal rule */
hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: none;
}

/* Headings */
h2 {
	text-align: center;
	font-size: 30px;
}

h3 {
	text-align: center;
}

/* Box paragraphs */
.box {
	background: #f7f7f7;
	padding: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	text-align: left;
}

/* Tables */
table {
	width: 80%;
	margin: 10px auto;
}

caption {
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 0;
	color: #000;
}

tr {
	background: #eff3f4;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
}

th, td {
	text-align: left;
	padding: 20px;
	font-weight: 300;
}

tfoot tr {
	background: none;
}

tfoot td {
	padding: 10px 2px;
	font-size: 0.8em;
	font-style: italic;
	color: #8a97a0;
}

thead th {
	font-weight: bold;
	background: #c2d4d8;
	color: #000;
}

/* Footer text */
#prez {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 300;
}

#disfooter {
	background: #4A4A4A;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	padding: 20px 20px;
}

/* Links */
a:link {
	color: red;
}
a:visited {
	color: red;
}
a:hover {
	color: black;
}
a:active {
	color: black;
}

body {
  font-family: 'Open Sans', sans-serif;
}
