table {
    width: 100%;
}
tr:nth-child(odd) {
    background: rgba(0,0,0,0);
}
tr:nth-child(even) {
    background: #303;
}
