<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.list_table { box-sizing:border-box; }
table.list_table .hidden { display:none; }

@media screen and (max-width: 767px){
table.block_cell,
table.block_cell &gt; tr, 
table.block_cell &gt; tr &gt; th, 
table.block_cell &gt; tr &gt; td, 
table.block_cell &gt; tbody, 
table.block_cell &gt; tbody &gt; tr, 
table.block_cell &gt; tbody &gt; tr &gt; th, 
table.block_cell &gt; tbody &gt; tr &gt; td { display:block !important; width:100% !important; }
table.block_cell &gt; tr &gt; th, 
table.block_cell &gt; tr &gt; td, 
table.block_cell &gt; tbody &gt; tr &gt; th, 
table.block_cell &gt; tbody &gt; tr &gt; td { padding-bottom:20px; }
table.block_cell &gt; tr &gt; th iframe, 
table.block_cell &gt; tr &gt; td iframe, 
table.block_cell &gt; tbody &gt; tr &gt; th iframe, 
table.block_cell &gt; tbody &gt; tr &gt; td iframe { width:100% !important; }
table.block_cell &gt; tr &gt; th img, 
table.block_cell &gt; tr &gt; td img, 
table.block_cell &gt; tbody &gt; tr &gt; th img, 
table.block_cell &gt; tbody &gt; tr &gt; td img { margin:0 auto; }
}

@media (max-width: 767px) {
table.list_table,
table.list_table thead,
table.list_table tbody,
table.list_table tr,
table.list_table th,
table.list_table td { display:block; width:100% !important; box-sizing:border-box; }
table.list_table { border:none; }
table.list_table thead tr { position:absolute; top:-9999px; left:-9999px; }
table.list_table tr { border:none; border-bottom:1px solid #eee; padding:15px 0; }
table.list_table tr:first-child { display:none !important; }
table.list_table td { display:flex; height:auto !important; border:none !important; padding:0; position:relative; width:100%; align-items:stretch; }
table.list_table td .td_label,
table.list_table td .td_content { float:left; padding:6px 10px; box-sizing:border-box; }
table.list_table td .td_label { width:35%; padding-right:15px; text-align:left; display:block !important; }
table.list_table td .td_content { width:75%; text-align:left; }

table.list_table td:first-child .td_label, 
table.list_table td:first-child .td_content { padding-top:12px; }
table.list_table td:last-child .td_label, 
table.list_table td:last-child .td_content { padding-bottom:12px; }

table.list_table td::after { content:""; display:block; clear:both; }
}




/*
scrollbar
grid_type
list_type
one_col
*/
</pre></body></html>