.stat-chapter {
    float:left;
    margin-bottom: 5px;
    margin-left: 5px;
    width:100%;
}
.stat-container {
    width:auto;
    margin-bottom: 50px;
    clear:both;
}
.stat-table {
    display:table-cell;
    vertical-align:top;
}
.stat-title {
    float:left;
    padding: 0 0 0 3px;
    width:100%;
}
.stat-title h2 {
    color: #333333;
    float:left;
    padding-right:10px;
}
.stat-graph {
    display:table-cell;
}
.stat {
    padding: 0px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    margin-right: 50px;
}
.stat-hide{
    display: none;
}
.stat td {
    padding: 2px;
    vertical-align: top;
    text-align: left;
}
.ico-stats-table {
    background: url("../images/base/ico-stats-table.png") no-repeat scroll 0 0 transparent;
    min-width:18px;
    height:18px;
    cursor:pointer;
    padding-left:35px;
}
.ico-stats-graph {
    background: url("../images/base/ico-stats-graph.png") no-repeat scroll 0 0 transparent;
    min-width:18px;
    height:18px;
    cursor:pointer;
    padding-left:25px;
}
.stat-title div {
    float:left;
}
.stat-header {
    background-color: #EEEEEE;
}
.stat-header td {
    text-align: center;
}
.stat-area {
    background-color: #EEEEEE;
}
.stat-area td {
    text-align: left;
}
.stat-label {
    background-color: #EEEEEE;
}
.stat-label td {
    text-align: center;
}
.stat-line {
    background-color: #FFFFFF;
}
.stat-line:hover {
    background-color: #EEEEEE;
}
.stat-line .label {
    vertical-align: top;
    text-align: left;
    background-color: #EEEEEE;
}
.stat-line .value-nbr {
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    min-width:40px;
    color: #333333;
}
.stat-line .value-per {
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    min-width:60px;
    color: #333333;
}
.stat-n {
    background-color: #FFFFFF;
}
.stat-n td {
    color: #888888;
    font-size: 10px;
    text-align: center;
}
.stat-n td.value {
    text-align: right;
}

.stat-container .canvasjs-chart-container a {
    display: none;
}
.stat-container .canvasjs-cache {
    position: relative;
    width: 90px;
    height: 10px;
    z-index: 1;
    background-color: white;
    top: -10px;
}