


.list-genre table {
    width: 100%;
}

.list-genre table thead {
    background: #b70000;
}
.list-genre table thead tr {
    
}
.list-genre table thead tr th {
    color: #fff;
    text-align: right;
    padding: 9px 10px;
}

.list-genre table tbody tr {
    background: #fff;
    display: table-row;
}

.list-genre table tbody tr.success {
    background: #43bc2c42;
}

.list-genre table tbody tr:nth-child(2n) {
    background:#b7000005;
}

.list-genre table tbody tr td {
    padding: 0px 10px;
}

.list-genre table tbody tr:hover {background: #fff0f0;}

.list-genre .button {
    background: transparent;
    padding: 7px 20px 6px;
    cursor: pointer;
}

.list-genre .button:hover {
    color: #b70000;
}

.group-header td {
    border-top: 2px solid #ddd;
    font-weight: bold;
    background: #f9fafb;
}