#wrapperstat {
	display: inline-block;
}
#tbl {
	display: inline-block;
    width: 230px;
    background-color: #13245f;
    margin-right: 10px;
    border-radius: 5px;
}
#tbl #tbl_in {
	display: inline-block;
    color: white;
    float: left;
}
#tbl a {
	text-decoration: none;
	color: white;
}
#tbl h5 {
	font-weight: bold;
}
#tbl #text {
	display: inline-block;
    float: left;
    padding-top: 6px;
}
#tbl i {
	background-color: #677296;
    padding: 7px;
    font-size: 40px;
    margin: 12px 10px;
    border-radius: 5px
}