
.stat-upper {
	padding: 22px;
}
.stat-upper { 
	border-right: 1px solid #fff; 
	border-left: 1px solid #fff; 
	border-top: 1px solid #fff; 
}
	.stat-upper.text-dark { 
		border-right: 1px solid #222; 
		border-left: 1px solid #222; 
		border-top: 1px solid #222; 
		padding: 22px;
	}

.stat-upper h6 { font-size: 5em; }
.stat-upper span.num { font-size: 5em; font-style: normal; }
.stat-lower { background: url('../box-top.png') no-repeat; background-size: contain; text-align: center;}
.stat-lower i { position: relative; bottom: 20px; font-size: 3.5em; }
.stat { text-align: center; }
.stat span { font-size: 1.3em; font-style: italic; }

.text-white { color: #FFF; }
.text-dark, .stat-upper h6.text-dark { color: #222; }
	