.table-responsive table {   
    width: 100%;
    border-left: 0!important;
    border-right: 0!important;
    border-top: 2px solid #4b4b4b!important;
    background-color: #ffffff;
    color: #636363;
    line-height: 20px;
    margin-top: 20px;}
.table-responsive table td {
    padding: 10px!important;
    border-right: 1px solid #e2e2e2!important;
    border-bottom: 1px solid #e2e2e2!important;}
.table-responsive tr td:last-child {
    border-right: none!important;}
.table-responsive tr td:first-child {
    border-left: none!important;}
