/* Here you will find only table and graph for statistics CSS*/

/* ====Table style==== */

table#statistics_table{
    width: 100%;
    margin-bottom: 1px;
    margin-top: 16px;
    font-size: 12px;
    text-align: left;
    border-collapse: collapse;
    text-shadow: 0px 1px 0px #ffffff;
}

table#statistics_table th {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 6px;
}

.left_label {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: bold;
}

table#statistics_table td {
    color: #5e5e5e;
    padding: 6px;
    text-align: center;
}

table#statistics_table tr {
    transition: all 200ms linear;
    border-bottom: 1px solid #bbbbbb;
}

table#statistics_table tr:hover {
    background-color: #e4e4e4;
    font-weight: bold;
    font-size: 13px;
}

/* ====Table style end==== */

/* ====Graphic style==== */

#graphic {
    width : 100%;
    height : 160px;
    margin-top: 32px;
    color: #3c3c3c;
    font-size: 13px;
    font-weight : bold;
    text-shadow: 0px 1px 0px #ffffff;
}

#graphic .label {
    text-align: center;
}
.bar-label {
    font-size: 13px
}
.axis-label {
    font-size: 11px;
    line-height: 1em;
    margin-top: 4px;
}

/* ====Graphic style End==== */