﻿table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table th {
    color: #707070;
    background-color: #f9f9f9
}

table tr > td {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination {
    padding-top: 10px;
}
.pagination a {
    text-decoration: none;
    border: 1px solid #e1e1e1;
    color: #636363;
    padding: 5px;
}

    .pagination .active {
        background-color: #adb5bd;
        border: 1px solid #adb5bd;
        color: #fff;
    }
