  h3,h4{font-family:"Work Sans" !important;}
  table.ctws-cont-table {
            width: 100%;
            border-collapse: collapse;
            table-layout: auto !important;
        }
        .ctws-find-bt {
  background: #013d55 !important;
  height: 32px !important;
}
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
	.ctws-mob-show{display:none;}
	.ctws-desk-show{display:block;}
	table.ctws-cont-table tr:nth-child(even){background:#ccc;font-size: small;}
	table.ctws-cont-table tr:nth-child(odd){background:#fff;font-size: small;}
	table.ctws-cont-table tr.row1{background:#d3def8;font-size: medium;}
	table.ctws-cont-table tr.row2{background:#eff3fc;font-size: small;}
        @media (max-width: 768px) {
        .ctws-mob-show{display:block;}
        .ctws-desk-show{display:none;}
            table.ctws-cont-table, table.ctws-cont-table thead,  table.ctws-cont-table tbody, table.ctws-cont-table th,table.ctws-cont-table td,table.ctws-cont-table tr {
                display: block;
            }

            table.ctws-cont-table th, table.ctws-cont-table td {
                box-sizing: border-box;
                width: 100%;
                display: block;
                text-align: right; /* Align text to the right */
                position: relative;
                padding-left: 50%;
                border: none;
            }

           table.ctws-cont-table th::before,table.ctws-cont-table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 8px;
                font-weight: bold;
                text-align: left; /* Align labels to the left */
            }

           table.ctws-cont-table tr {
                margin-bottom: 10px;
            }
        }