.icon-stats-streak {
	background-size: contain;
	position: relative;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M15%2017.7H3c-1.5%200-2.8-1.2-2.8-2.8V3C.2%201.5%201.4.2%203%20.2h12c1.5%200%202.8%201.2%202.8%202.8v12c0%201.5-1.3%202.7-2.8%202.7zM3%201.7c-.7%200-1.2.6-1.2%201.3v12c0%20.7.6%201.3%201.2%201.3h12c.7%200%201.2-.6%201.2-1.3V3c0-.7-.6-1.2-1.2-1.2H3zM9%2012l-3.4%201.7.7-3.7-2.8-2.6%203.8-.5L9%203.5l1.7%203.4%203.8.5-2.8%202.6.7%203.7%22%20fill%3D%22%23E2BC00%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 5px;
}

#stats-root {
	position: relative;
}

.stats-content {
	margin: 85px auto 100px;
}

.stats-header {
	font: 35px/34px "Noto Serif";
    font-weight: 900;
    font-variation-settings:
        "wdth" 75;
	text-align: center;
	margin-bottom: 30px;
}

.stats-subheader {
	font: 700 14px "Noto Sans";
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

#stats-overview {
	text-align: center;
}

#stats-overview .container {
	margin-top: 40px;
	margin-bottom: 40px;
}

#stats-overview .single-stat {
	border-left: 1px solid #dcdcdc;
	float: left;
	height: 100%;
	padding: 20px 10px;
	position: relative;
	width: 50%;
}

#stats-overview .single-stat h2 {
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 6px;
}

#stats-overview .single-stat:first-of-type,
#stats-overview .single-stat:nth-of-type(2) {
	border-bottom: 1px solid #dcdcdc;
}

#stats-overview .single-stat:nth-of-type(3) {
	border-left: 1px solid #dcdcdc;
}

#weekly-stats {
	padding: 0;
	width: 100%;
}

#weekly-stats .header {
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#weekly-stats .container {
	border-top: 1px solid #dcdcdc;
	text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

#weekly-stats .single-day {
	display: block;
	height: 70px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	text-align: center;
	transition: height .3s;
	width: 100%;
}

#weekly-stats .single-day .day-of-week {
	font-weight: normal;
	float: left;
	margin-top: 28px;
}

#weekly-stats .single-day .day-of-week .day-tail {
	display: none;
}

#weekly-stats .single-day p {
	margin: 0;
	font-weight: 700;
	white-space: nowrap;
}

#weekly-stats .single-day p:before {
	content: attr(data-day-letter);
}

#weekly-stats .single-day .time-bar {
	color: #fff;
	display: block;
	min-height: 70px !important;
	margin-left: 20px;
	min-width: 80px;
	max-width: 100%;
	padding: 8px 0 0 8px;
	text-align: left;
	transition: .3s;
}

#weekly-stats .single-day .time-bar.best,
#weekly-stats .single-day .time-bar.today {
	display: none;
}

#weekly-stats .single-day .best-date {
	display: none;
}

#weekly-stats .single-day .average {
	position: absolute;
	top: 0;
}

#weekly-stats .single-day .average .expanded {
	display: none;
}

#weekly-stats .single-day:hover {
	cursor: pointer;
}

#weekly-stats .single-day .condensed p {
	font-weight: 700;
	padding-left: 10px;
	position: relative;
}

#weekly-stats .single-day .condensed p:before {
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 5px;
}

#weekly-stats .single-day .condensed p:first-of-type:before {
	background-color: #f93aa7;
}

#weekly-stats .single-day .condensed p:nth-of-type(2):before {
	background-color: #ffc600;
}

#weekly-stats .single-day .condensed p:last-of-type:before {
	background-color: #3f82fa;
}

#weekly-stats .single-day .condensed .time {
	font-weight: 200;
}

#weekly-stats .single-day.active {
	box-shadow: 0 0 #fff, 0 0px #fff, -4px 0 4px 0px rgba(0, 0, 0, .2), 4px 0 4px 2px rgba(0, 0, 0, .2);
	height: 150px;
	z-index: 5;
}

#weekly-stats .single-day.active .time-bar {
	min-height: 50px !important;
	max-height: 70px !important;
}

#weekly-stats .single-day.active .day-of-week {
	transform: rotate(270deg);
	transform-origin: left top 0;
	font-weight: 700;
	left: 10px;
	position: absolute;
	top: 50%;
}

#weekly-stats .single-day.active .day-of-week .day-tail {
	display: inline;
}

#weekly-stats .single-day.active .time-bar {
	max-height: 50px !important;
}

#weekly-stats .single-day.active .time-bar.best,
#weekly-stats .single-day.active .time-bar.today {
	display: block;
}

#weekly-stats .single-day.active .average {
	background-color: #3f82fa;
	position: relative;
}

#weekly-stats .single-day.active .average .expanded {
	display: block;
}

#weekly-stats .single-day.active .condensed {
	display: none;
}

#weekly-stats .single-day.active .best-date {
	font-size: 12px;
	font-size: .75rem;
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
	border-radius: 13px;
	color: #000;
	display: block;
	min-height: 22px;
	padding: 2px;
	position: absolute;
	top: 65px;
	text-align: center;
	width: 75px;
}

#weekly-stats .single-day .time {
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
}

#weekly-stats .single-day .no-stats {
	background: repeating-linear-gradient(-45deg, #f4f4f4, #f4f4f4 5px, #fff 5px, #fff 10px);
	height: 70px;
}

#weekly-stats .single-day .today {
	background-color: #f93aa7;
}

#weekly-stats .single-day .best {
	background-color: #ffc600;
}

#weekly-stats .single-day .average {
	background-color: #2977d4;
}

@media only screen and (min-width: 768px) {
	.icon-stats-streak {
		top: 0;
	}

	#stats-overview {
		text-align: center;
	}

	#stats-overview .single-stat {
		border-left: 1px solid #dcdcdc;
		float: left;
		height: 100%;
		padding: 20px 10px;
		width: 25%;
	}

	#stats-overview .single-stat:first-of-type {
		border-left: 0;
	}

	#stats-overview .single-stat:first-of-type,
	#stats-overview .single-stat:nth-of-type(2) {
		border-bottom: 0;
	}

	#stats-overview .single-stat:last-of-type {
		border-top: 0;
	}

	#stats-overview .single-stat:nth-of-type(3) {
		border-left: 1px solid #dcdcdc;
	}

	#weekly-stats .single-day {
		display: inline-block;
		height: 315px;
		overflow: hidden;
		padding: 10px 0 0 0;
		position: relative;
		text-align: center;
		transition: width .3s;
		width: 80px;
	}

	#weekly-stats .single-day .day-of-week {
		float: none;
		margin-top: 0;
	}

	#weekly-stats .single-day p {
		margin: 0;
		font-weight: 700;
	}

	#weekly-stats .single-day .time-bar.time-bar.time-bar {
		bottom: 0;
		margin-left: 0;
		min-height: 70px !important;
		max-height: 275px !important;
		padding: 8px 0 0 8px;
		position: absolute;
		vertical-align: bottom;
		width: 80px !important;
	}

	#weekly-stats .single-day .today {
		left: 0;
	}

	#weekly-stats .single-day .best-date {
		display: none;
	}

	#weekly-stats .single-day .best {
		left: 80px;
	}

	#weekly-stats .single-day .average {
		left: 0;
		top: auto;
	}

	#weekly-stats .single-day .average .expanded {
		display: none;
	}

	#weekly-stats .single-day:hover {
		cursor: pointer;
	}

	#weekly-stats .single-day .condensed p {
		font-weight: 200;
	}

	#weekly-stats .single-day .condensed .time {
		font-weight: 700;
	}

	#weekly-stats .single-day.active {
		box-shadow: 0 0 #fff, 0 6px #fff, -4px 0 4px -2px rgba(0, 0, 0, .2), 4px 0 4px -2px rgba(0, 0, 0, .2);
		height: 315px;
		width: 240px;
		z-index: 2;
	}

	#weekly-stats .single-day.active .day-of-week {
		transform: rotate(0deg);
		transform-origin: initial;
		left: 0;
		margin-top: 0;
		position: relative;
		top: 0;
	}

	#weekly-stats .single-day.active p:before {
		content: attr(data-day-full);
	}

	#weekly-stats .single-day.active .time-bar.time-bar.time-bar {
		display: inline-block;
	}

	#weekly-stats .single-day.active .average {
		background-color: #3f82fa;
		left: 160px;
		position: absolute;
	}

	#weekly-stats .single-day.active .average .expanded {
		display: block;
	}

	#weekly-stats .single-day.active .condensed {
		display: none;
	}

	#weekly-stats .single-day.active .best-date.best-date.best-date {
		bottom: auto;
		left: 83px !important;
		top: auto;
	}

	#weekly-stats .single-day.active .best-date.best-date.best-date:after {
		content: "";
		top: 20px;
		position: absolute;
		left: 32px;
		border-top: 7px solid #dcdcdc;
		border-left: 5px solid rgba(0, 0, 0, 0);
		border-right: 5px solid rgba(0, 0, 0, 0);
	}

	#weekly-stats .single-day .no-stats {
		height: 300px;
	}

    #weekly-stats .container{
        flex-flow: row;
    }
}

@media only screen and (min-width: 960px) {
	#weekly-stats .single-day {
		width: 105px;
	}

	#weekly-stats .single-day .time-bar.time-bar.time-bar {
		width: 105px !important;
	}

	#weekly-stats .single-day .best {
		left: 105px;
	}

	#weekly-stats .single-day.active {
		width: 315px;
	}

	#weekly-stats .single-day.active .average {
		left: 210px;
	}

	#weekly-stats .single-day.active .best-date.best-date.best-date {
		font-size: 13px;
		font-size: .8125rem;
		left: 115px !important;
		padding: 3px 8px;
		width: 90px;
	}

	#weekly-stats .single-day.active .best-date.best-date.best-date:after {
		left: 35px;
		border-top: 9px solid #dcdcdc;
		border-left: 7px solid rgba(0, 0, 0, 0);
		border-right: 7px solid rgba(0, 0, 0, 0);
	}
}