.wpsl-dashboard-statistics table {
    width: 100%;
}

#dashboard-widgets .wpsl-dashboard-statistics h4 {
    font-size: 13px;
    color: #72777c;
    margin-left: 3px;
}

.wpsl-dashboard-statistics-overview {
    overflow: hidden;
}

.wpsl-dashboard-statistics-overview table {
    width: 50%;
    float: left;
}

.wpsl-dashboard-statistics-overview td:first-child {
    width: 50%;
}

.wpsl-dashboard-recent-statistics th {
    text-align: left;
}

.wpsl-dashboard-recent-statistics thead td {
    border-bottom: 1px solid #ccc;
}

.wpsl-dashboard-recent-statistics td {
    padding-bottom: 4px;
    width: 50%;
    color: #72777c;
}

.wpsl-dashboard-recent-statistics tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.wpsl-dashboard-recent-statistics {
    margin-top: 5px;
}