.dataTables_length {
    margin-top: 5px;
}
.dataTables_length select {
    text-align: center;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #eee;
    height: 30px;
}
.tablepress .column-2 {
    width: 200px;
}
.tablepress .column-3 {
    width: 125px;
}
.tablepress .column-7 {
    width: 300px;
}
.tablepress thead th {
    background: #ffe433 !important;
}
.tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
    position: relative !important;
    right: auto !important;
    margin-left: 7px !important;
}
.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-shadow: 0px 0px 1px #666 !important;
}

@media screen and (max-width: 1365px) {
    .speakers-table {
       padding: 0 15px; 
    }
}
@media screen and (max-width: 767px) {
    .speakers-table {
      overflow-x: auto;  
    }
    .speakers-table table {
        width: 767px;
    }
    .dataTables_wrapper .dataTables_filter input {
        width: 100px;
    }
}
@media screen and (max-width: 359px){
    .dataTables_info {
      display: none;  
    }
}
