body{
    background: transparent;
}
table{
    border: none !important;
    border-collapse: collapse !important;
    width: 100%;
    color: #333;
}
tr:nth-child(odd){
    background: #DEECE5;
}
th, td{
    border: none !important;
    padding: 8px;
}
th{
    background: #709067;
    color: #FFF;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    text-align: left;
}
