block-brd-top1.bigtable {
   overflow: auto;
   height: 900px;
 }
.nonresultcl {
   width: 75%;
 }
.search-input-in {
   padding: 10px 30px;
   height: 24px;
   shadow appearance-none;
   border rounded;
   w-full;
   py-2;
   px-3;
   text-gray-700;
   focus:outline-none;
   focus:shadow-outline;
   leading-tight;
   width: 81%;
  }
@media(min-width: 1280px){
.search-input-in {
   padding: 10px 30px;
   height: 24px;
   shadow appearance-none;
   border rounded;
   w-full;
   py-2;
   px-3;
   text-gray-700;
   focus:outline-none;
   focus:shadow-outline;
   leading-tight;
   width: 95%;
  }
.form_container_link{ 
    display: inline-block; 
    margin-right: 25px; 
    margin-bottom: 21px; 
    border-bottom: 1px  
    solid #010101; 
    font-sixe: 16px; 
    line-height: 1.25; 
    cursor: default;}
.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table thead th {
	font-weight: bold;
	text-align: left;
	border: 1;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
        vertical-align: top;
}
.table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}