/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2025 | 05:37:10 */
table{
max-width:1000px;
border-spacing: 0;
font-size:1rem;
}

  th, td {
    text-align: left;
    padding: 0.5em;
    border: 1px solid #ddd;
  }
th {
width:30%;
background-color: #f4f4f4;
text-align:center;
border-right: none;
}

  th, td {
    border-bottom: none;
  }
 td{
    background-color: #fff;
}
  tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
  tr:last-child th{
    border-bottom: 1px solid #ddd;
  }

.mob{
	display:none;
}

.txt_center{
	text-align:center;
}

.mar_t_20{
	margin-top:20px;
}

.mar_b_50{
	margin-bottom:50px;
}
.mar_b_30{
	margin-bottom:30px;
}

.mini{
	font-size:0.8em;
}

.topimage_copy{
	width:390px;
	margin-bottom:30px;
}

.topimage_copy_2{
	width:230px;
}

.topimage_copy_3{
	width:280px;
}


@media (max-width: 800px) {

.mob{
	display:block;
}
	
.topimage_copy{
	width:240px;
}
.topimage_copy_2{
	width:160px;
}
.topimage_copy_3{
	width:200px;
}

}
