<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; thead &gt; tr &gt; th, .serv-listing-tbl table &gt; tbody &gt; tr &gt; th, .serv-listing-tbl table &gt; tfoot &gt; tr &gt; th, .serv-listing-tbl table &gt; thead &gt; tr &gt; td, .serv-listing-tbl table &gt; tbody &gt; tr &gt; td, .serv-listing-tbl table &gt; tfoot &gt; tr &gt; 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;
}

</pre></body></html>