﻿body {
}
table{
    background-size: 100%;
    
}
table tr:nth-child(odd) td{
           background:#ebebeb;
           padding: 14px 0px 14px 0px;
}
table tr:nth-child(even) td{
            background:#f8f8f8;
            padding: 14px 0px 14px 0px;
}