.statistics-142-1 {
	/* position:absolute; */
	bottom: 0;
	top: 0;
	height: auto;
	width: 100%;
	margin-top: 20px;
}

.statistics-block {
	width: 196px;
	height: auto;
	background: #1f2a63;
	/* background:url(../images/statistics-142-1/bg1.png) top center repeat; */
	border: 1px solid #34459c;
	/* padding: 2px; */
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.stat-box {
	border: #34459c 1px solid;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.statistics-top {
	width: 100%;
	height: auto;
	/* background: #1f2a63; */
	padding: 2px 8px;
}

.st-icon {
	width: 100%;
	height: auto;
	text-align: center;
}

.st-text {
	width: 100%;
	height: auto;
	text-align: left;
	font: 18px/24px 'kanit', Arial, sans-serif;
	color: #fff;
}

.st-text span {
	width: 100%;
	height: auto;
	text-align: left;
	font: 13px/20px Arial, sans-serif;
	color: #fff;
}

.st-mid {
	width: 100%;
	height: auto;
	/* background: #1f2a63; */
}

.st-table table tr td {
    color: #fff !important;
}

.st-table {
	width: 100%;
	height: auto;
	color: #fff !important;
	padding: 4px 8px;
	font-size: 14px;
}

@media (max-width: 575px) {
	.statistics-142-1 {
		margin-top: 55px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.statistics-142-1 {
		margin-top: 55px;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
	.statistics-142-1 {
		position: relative;
		bottom: 0;
		margin-bottom: 30px;
	}
}