.bonus-lots .table {
    margin-top: 10px;
}

.bonus-lots .table thead th {
    border-bottom: 0;
    color: #1a1a1a;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 0;
}

.bonus-lots .table tbody {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.33);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #333;
    font-size: 14px;
}

.bonus-lots .table tbody tr td {
    position: relative;
    padding: 15px 8px;
}

.bonus-lots .table tbody tr td:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

.bonus-lots .table tbody tr td:last-child:after {
    display: none;
}

.bonus-lots .table tbody tr:nth-child(2n-1) {
    background-color: #dee6ed;
}

.bonus-lots .table tbody tr:nth-child(2n-1) td:after {
    background-color: #c8ced2;
}

.bonus-lots .table tbody tr:nth-child(2n) {
    background-color: #f6f9fb;
}

.bonus-lots .table tbody tr:nth-child(2n) td:after {
    background-color: #d9dbdc;
}

.bonus-lots .table tfoot {
    background-color: #6a7688;
    color: #fff;
    box-shadow: inset 0 5px 7px 0 rgba(0, 0, 0, 0.2);
}

.bonus-lots .lot-filter.form-control {
    border-radius: 0;
    width: 100%;
    max-width: 280px;
    color: #272727;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
}

.bonus-lots .table p {
    margin-bottom: 0;
}

.bonus-lots .table p + p {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d9dbdc;
}

.bonus-lots .table tbody td {
    vertical-align: middle;
    color: #666;
}

.bonus-lots .table tbody td.bonus-lot-operation {
    text-align: center;
    padding: 10px 8px;
}

.bonus-lots .table tbody td.bonus-lot-operation a {
    font-size: 20px;
}
