@charset "utf-8";
/* CSS Document */

.container-stats {
	width:600px;
	height:145px;
	background-color:#24807b;
	/*padding-top:20px;*/
	padding-left:15px;
	padding-right:15px;
	/*margin-top:20px;
	margin-bottom:20px;*/
	margin:20px auto;
}
.container-stats_m {
	height:auto;
 	display:grid;
	gap:10px;
	/*width: 25%;*/
	padding:10px;
	background-color:#24807b;
}
.st-box {
	float:left;
	width:180px;
	/*height:60px;*/
	background-color:white;
	border:solid .5px blue;
	/*top: 50%;*/
	transform: translateY(-50%);
	/*position: relative;
	vertical-align:middle;
	display:table-cell;
	padding: 14px 4px 14px 4px;*/
	text-align:center;
	box-shadow: inset 0 0 12px #6beaf2;
	padding: 8px 0 8px 0;
	display:table-cell;
	margin-right:15px;
}
.st-box_m {
	background-color:white;
	border:solid .5px blue;
	text-align:center;
	box-shadow: inset 0 0 12px #6beaf2;
	padding: 8px 0 8px 0;
}
.rd-box {
	float:right;
	/*width:180px;*/
	/*height:160px;*/
	background-color:transparent;
	/*border:solid black;*/
	/*top:50%;*/
	transform: translateY(-50%);
	position: relative;
}
.rd-box_m {
	background-color:transparent;
}

h1 {
	color:Green;
}

.img_logo{
	width: 150px;
    text-align: center;
    margin: 0 auto;
    display: block;
	margin-bottom:-10px;
	padding-top:8px;
}

.text_stats{
	font-size:14px;
	color:#0c6985;
	font-family:abeezee;
}

.stats-title{
	display: inline-block;
    margin-bottom: 49px;
    font-size: 16px;
    margin-top: 5px;
    font-family: abeezee;
    color: white;
	text-align:center;
	width:100%;
}
.stats-title_m{

    font-size: 16px;
    margin-top: 5px;
    font-family: abeezee;
    color: white;
	text-align:center;
	width:100%;
}

.bold{
	font-weight:700;
}
.small{
	color: white;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
    position: relative;
	font-family: abeezee;
}

