﻿
.stats-container {
    background-color:#fff;
    border-radius: 5px 5px;
    padding-bottom: 10px;
}

.stats-header {
    background-color: #4a4a4a;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px
}
.stats-title
{
    text-align: center;
    color: #fff;
}

.stats-item {
    padding-top: 10px;
}
.stats-item-content a, .stats-item-content a:visited, .stats-item-content a:hover {
	color: #000;
	text-decoration: none;
}
.stats-item-description {
    text-align: justify;
    color: #4a4a4a;
}

.stats-item-arrow {
    text-align: right;
}
.stats-arrow {
    font-size: 20px !important;
    color: #ed2939;
}

.stats-item-border {
    border-bottom: 1px solid #E9E9E9;
    margin-top: 10px;
}

.stats-item-description a, .stats-item-description a:visited, .stats-item-description a:hover,
.stats-readMore a,
.stats-readMore a:visited {
    color: #ed2939;
    text-decoration:none;
}
.stats-readMore a:hover {
    color: #ed2939;
    text-decoration: underline;
}

