.box_content tr:nth-child(2n) tr {
        background: transparent;
}

.box_content tr:nth-child(2n+1) tr {
        background: transparent;
}

