table, th, td {
   padding:3px 15px !important;
}

.table > thead > tr > th {
    border: 0;
}

.table{
    margin-bottom: 0px;
}

.table > tbody > tr > td{
    border: 0;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #D5DDF2 !important;
}

/**************************************************************************************************/
@media screen and (max-width: 767px){
 
    table, th, td {
       padding:3px !important;
    }
    
}