/* Statistica 1.00 module for Opencart 1.5.x - 1.5.6.x */
/* by AlexDW */

/* стиль основного блока*/
.box.statistica {
	text-align: justify;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	padding: 10px;
	font-size: 1.2em;
	text-align: center;
}

/* стиль текста */
.statistica.span {
margin: 5px 10px ;
display: inline-block;
}

/* стили счетчиков */
.statistica.big-red {
margin: 2px;
font-size: 1.5em;
color: red;
font-weight: bold;
}

.statistica.big-green {
margin: 2px;
font-size: 1.5em;
color: #09BC09;
font-weight: bold;
}

.statistica.big-blue {
margin: 2px;
font-size: 1.5em;
color: #009CFF;
font-weight: bold;
}

.statistica.big-yellow {
margin: 2px;
font-size: 1.5em;
color: #FF7E00;
font-weight: bold;
}

.statistica.big-pink {
margin: 2px;
font-size: 1.5em;
color: #FF00C6;
font-weight: bold;
}