.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(2n){
    background-color: #f5f5f5;
}

div.table-responsive table tr td{
    font-size: 16px;
    color: #363737;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}
div.table-responsive table th.Filters{
    font-size: 16px;
    color: #fff;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: normal;
}
div.table-responsive table th.Filters select{
    font-size: 16px;
    color: #363737;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-align: left;
    width: 25%;
}
div.table-responsive table th.Filters:nth-of-type(2n) select{
    text-align: center;
    width: 35%;
}
div.table-responsive table th.Filters select option{
    padding: auto 20px;
}

