<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width:992px){
	body .simpleTable td.has:before{
	  content: attr(data-title)"";
	  display:block;
	  /*background-color: #1d8191;*/
	      color: #000;
	  padding-top: 5px;
	  padding-right: 10px;
	  margin-bottom: 5px;
	  font-weight: 600;

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