a:hover {
	color: inherit;
	text-decoration: none;
}

.center {
	text-align: center;
}

.site-title {
	font-family: "Merriweather", sans-serif;
	font-weight: bolder;
	color: #212529;
}

.page-title {
	font-variant: small-caps;
}

.header {
	background-color: #FFF;
	height: 50px;
}
.header a {
	color: #333;
}
.header a:hover {
	color: #550;
}
.container {
	margin-top: 50px;
	padding-bottom: 300px;
}


/* Footer
-------------------------------------------------- */
.footer {
	text-align: center;
	padding: 20px 0;
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	height: 100px;
}
.footer p {
	margin-bottom: 0;
	color: #777;
}
.footer-links {
	margin: 10px 0;
}
.footer-links li {
	display: inline;
	padding: 0 2px;
}
.footer-links li:first-child {
	padding-left: 0;
}




.container {
	width: 1200px !important;
}




.quote {
	width: 800px;
	margin: 100px auto 0;
	font-style: oblique;
	color: #777;
}
.quote .author {
	padding-top: 20px;
	margin-left: 150px;
	font-style: normal;
	color: #444;
}

.graphs {
	margin: 50px auto;
	border-top: 1px solid black;
	width: 1200px;
	min-height: 800px;
}


.graph-control {
	margin-left: 10px;
	width: 230px;
}
.graph {
	margin-left: 100px;
	width: 120px;
}

.graph-col i {
	width: 12px;
	height: 30px;
	background-image: url("p.png");
	background-size: 12px 30px;
	display: inline-block;
}
.graph-scale {
	margin-left: 50px;
}

.sub {
	text-align: right;
}
.sub span {
	width: 100%;
	display: block;
	color: #777;
	font-size: 14px;
	padding: 0 10px;
}
.sub span.count {
	font-weight: bold;
	padding-right: 20px;
}


.control-panel {
	width: 100%;
	padding: 10px;
	border: 1px solid black;
	margin: 20px 0;
}
.control-panel button {
	width: 100%;
	margin-top: 50px;
}
.control-panel select {
	width: 100%;
	margin-bottom: 10px;
	height: 30px;
	font-size: 14px;
}

.git-link {
	width: 100%;
	margin-top: 100px;
	font-size: 12px;
}

