/*Tevolution - Statistic Styles*/
.show_statistics_div { font-size: 12px; cursor: pointer; margin-top: 3px; }
.show_statistics_div:hover { color: #0165BD; }

.tevolution-statistic #statistics_tabs { margin: 0 0 20px; }
.tevolution-statistic #statistics_tabs .total-visits { font-size: 15px; color: #000; font-weight: bold; }
.tevolution-statistic #statistics_tabs #current_year { border-bottom: #ccc; border-bottom: 1px solid rgba(0,0,0,.08); padding-bottom: 12px; margin-bottom: 5px; }
.tevolution-statistic #statistics_tabs #current_year .ms-months { float: right; width: 75%; margin-top: -4px; }
.tevolution-statistic #statistics_tabs #current_year .ms-years { float: left; width: 66px; }
.tevolution-statistic #statistics_tabs #current_year .ms-months a { display: inline-block; *display: inline; zoom: 1; vertical-align: top; padding: 0 12px 0 0; }
.tevolution-statistic #statistics_tabs #current_year .ms-months a.active { color:#000; }
.tevolution-statistic #statistics_tabs #current_year .ms-years select { border-radius: 4px; padding: 5px 3px; }

.tevolution-statistic #statistics_results { margin-bottom: 15px; }
.tevolution-statistic #statistics_results .stats-res-left { float: left; width: 36%; padding-right: 4%; }
.tevolution-statistic #statistics_results .stats-res-right { float: left; width: 56%; border-left: 1px solid rgba(0, 0, 0, 0.1); padding-left: 4%; margin-left: -1px;  }
.tevolution-statistic #statistics_results .stats-res-left ul li, .tevolution-statistic #statistics_results .stats-res-right ul li { margin-bottom: 15px; }
.tevolution-statistic #statistics_results .stats-res-left ul li:last-child, .tevolution-statistic #statistics_results .stats-res-right ul li:last-child { margin-bottom: 0; }
.tevolution-statistic #statistics_results .stats-res-left ul li label, .tevolution-statistic #statistics_results .stats-res-right ul li label { display: block; margin: 0; }
.tevolution-statistic #statistics_results .stats-res-left ul li span, .tevolution-statistic #statistics_results .stats-res-right ul li span { display: block; color: #000; font-weight: bold; } 

/*For Backend*/
.wp-admin .tevolution-statistic #statistics_results .stats-res-left h3 { padding-left: 0; }
.wp-admin .tevolution-statistic #statistics_results .stats-res-right h3 { padding-left: 0; }
.wp-admin .tevolution-statistic #statistics_tabs #current_year .ms-years { width: 128px; }
.wp-admin .tevolution-statistic #statistics_tabs #current_year .ms-years select { width: 130px; height: 32px; }
.wp-admin .tevolution-statistic #statistics_tabs #current_year .ms-months { margin-top: 6px; }


















