<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
	margin: 0 auto;
}

.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th
{
  border: 0 !important;
}

.pointer, .pointer img {
	cursor: pointer;
}

.img_dark:hover { 
	filter: brightness(65%); 
}

img {
 height: auto;
 max-width: 100%;
}

@media (min-width:860px) {
	
	.image-table {
	 table-layout: fixed;
	 text-align: center;
	 width: 100%;
	}

}

</pre></body></html>