.serv-listing-tbl table#service {
    border: 1px solid #f4f4f4 !important;
}

#service th {
  background-color:  #ffffff;;
  color: #0072c5;
  border: 1px solid #f4f4f4;
}

.serv-listing-tbl table > thead > tr > th, .serv-listing-tbl table > tbody > tr > th, .serv-listing-tbl table > tfoot > tr > th, .serv-listing-tbl table > thead > tr > td, .serv-listing-tbl table > tbody > tr > td, .serv-listing-tbl table > tfoot > tr > td {
    border: 0;
    padding: 15px 5px;
}

/*.serv-listing-tbl th {
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.25);
}*/
.serv-listing-tbl td {}

.serv-listing-tbl tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.serv-listing-tbl tr {
    background-color: #ffffff;
}

.scroll-style {
	width: 100%; 
	height: 240px; 
	overflow:auto;
}

