


.main-container {
	/*background: #444e80;*/
	color: #333;
	border-radius: 5px;
	padding: 0;
	max-width: 100%;
	height: 450px;
	margin-top: -30px;
}
.main-container p, .main-container li {
	color: #999;
}
.main-container h2 {
	color: #999;
}
p.instruct {
	margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
	.thestats .main-container {
		margin-top: -50px;
	}
	p.instruct {
		margin-bottom: 0;
	}
}

.year-stats {
	white-space: nowrap;
	max-height: 190px;
	overflow: hidden;
}


.month-group {
	cursor: pointer;
	max-width: 400px;
	height: 130px;
	margin: 7px;
	display: inline-block;
}
@media screen and (max-width: 560px) {
	.month-group {
		width: 20px;
	}
}

.bar {
	background-color: #444;
	width: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.bar:hover {
	background: #f60
}

a.active .bar {
	background: #fff;
}
.month-group p {
	transform: rotate(-55deg);
	font-size: 13px;
	margin-bottom: 0;
	position: relative;
	left: -6px;
}
.month-group a {
	color: #999;
	text-decoration: none;
}
.month-group a:visited p, .month-group a:link p {
	text-decoration: none;
	color: #999;
}
.month-group:hover p,
.month-group a.active p {
	color: #fff;
	text-decoration: none !important;
}
a.active p.month {
	font-weight: bold;
}

.h-12 {
	height: 12%;
}
.h-24 {
	height: 24%;
}
.h-31 {
	height: 31%;
}
.h-36 {
	height: 36%;
}
.h-50 {
	height: 50%;
}
.h-64 {
	height: 64%;
}
.h-75 {
	height: 75%;
}
.h-82 {
	height: 82%;
}
.h-90 {
	height: 90%;
}
.h-100 {
	height: 100%;
}

.stats-info {
	margin-top: 15px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	float: left;
}

.graph-container {
	position: relative;
}

.percent {
	display: block;
	width: 120px;
	height: 120px;
}

.circle {
	stroke: #915db1;
	fill: none;
	stroke-width: 3;
}

.circle:nth-child(2) {
	stroke: #e59f3c;
}

.circle:nth-child(3) {
	stroke: #5397d6;
}

.circle:nth-child(4) {
	stroke: #4cc790;
}

.graph-container p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.info {
	float: left;
	margin-top: 20px;
}
.info p {
	margin-bottom: 10px;
}

.info span {
	color: #fff;
}
@media screen and (max-width: 500px){
	 .stats-info, .info {
		 float: none;
		 text-align: center;
	 }
 }



#graph, #graphh, #graphhh {
  display: inline-block;
  height: 170px;
  margin: 0px;
  width: 600px;
	text-align: left;
}
#graph svg, #graphh svg, #graphhh svg {
	position: relative;
	left: -100px !important;
}
.thestats h4 {
	color: #fff;
	margin-top: 20px;
}
