<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pure-table {
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
border:1px solid #754c24;
width:100%;
border-top: none;
}

.pure-table caption {
color:#000;
font:italic 85%/1 arial,sans-serif;
text-align:center;
padding:1em 0;
}

.pure-table td,.pure-table th {
border-left:1px solid #754c24;
font-size:inherit;
overflow:visible;
border-width:0 0 0 1px;
margin:0;
padding:0 1%;
text-align:left;
font-size:0.9em;
}
.pure-table th { 
	height:20px;
	line-height:1.2em;
	text-align:center;
}
.pure-table th.rt-1 { width: 60%; text-align:left; font-size:1.2em;}
.pure-table th.rt-2, .pure-table th.rt-3 { width:8%;}
.pure-table th.rt-4 { width:12%;}
.pure-table .tc { text-align:center;}

.pure-table td:first-child,.pure-table th:first-child {
border-left-width:0;
}

.pure-table thead {
color:#d0a87d;
text-align:left;
vertical-align:bottom;
border-bottom:1px solid #754c24;
border-top:1px solid #754c24;
}

.pure-table td {
background-color:transparent;
}

.pure-table-bordered td {
border-bottom:1px solid #754c24;
}

.pure-table-horizontal td,.pure-table-horizontal th {
border-bottom:1px solid #754c24;
border-width:0 0 1px;
}

.pure-table-odd td,.pure-table-striped tr:nth-child(2n-1) td {
background-color:#f2f2f2;
}

.pure-table-bordered tbody&gt;tr:last-child&gt;td,.pure-table-horizontal tbody&gt;tr:last-child&gt;td {
border-bottom-width:0;
}



/*  ipad portrait,tablet and small screen*/
@media only screen
and (max-width : 1023px) {
.pure-table td{
	font-size:0.7em;
	line-height:2em;
}
.pure-table th { 
	font-size:0.7em;
	height:18px;
	line-height:1.2em;
}
.pure-table th.rt-1 { width: 65%; font-size:1em;}
.pure-table th.rt-4 { width:12%;}
}</pre></body></html>