
.stats {
	font-family: Montserrat !important;
}

.stats .h1 {
	color: #26425e;
	font-weight: 900;
	text-align: center;
}

.stats .title-bar {
	background: #cbe0ef;
	color: #26425e;
	overflow: hidden;
	padding: 10px 5px;
	border-radius: 4px;
}

.info-stats p {
	line-height: 20px;
}

.b-text {
	font-weight: 700;
	color: #26425e;
}

.stats li {
	color: #00a99d;
}

.stats li p {
	color: #333 !important;
}

.b-text a {
	color: #26425e !important;
}

.stats-font-big {
	color: #00a99d;
	font-size: 25px;
}

.lts-txt > p.stats-font-big {
	padding-bottom: 30px
}

.stats-font-sm {
	font-size: 14px;
	font-weight: 700;
	color: #00a99d;
}

#clock {
	padding-left: 0px;
	height: 25px;
}

.tot-title {
	padding: 25px 5px;
}

.tot-val {
	border-left: solid 3px #cbe0ef;
	border-right: solid 3px #cbe0ef;
}

.tot-vals {
	padding-top: 10px;
	padding-bottom: 30px;
	overflow: hidden;
}

.tot-vals > div[class^='tot-'] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.panel-heading {
	overflow: hidden;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.panel-heading.bgdark {
	background: #cbe0ef !important;;
}

.panel-heading.tbl-heading {
	font-size: 16px;
	font-weight: 700;
	background: #cbe0ef;
	color: #26425e;
}

.popover{
	background: #36A89A !important;
    color: #ffffff;
}

@media screen and (max-width: 768px){
	.stats-font-big {
		font-size: 25px;
	}

	.l-update {
		text-align: left;
	}

	.n-update {
		text-align: left;
	}

	.cp-heading .txt {
		width: 85%;
	}

	.cpheading .glyf {
		width: 10%;
	}
}