<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stacktable th {background-color: #dcdde1;
    text-align: left;
    font-weight: bold;
}
.stacktable tr:nth-child(odd) {background-color: #f4f5f9;}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }

.stacktable {border-collapse: collapse;}

.icon tr {background: none !important;
    border-top: 1px solid #ccc;}
.icon td {padding-right: 3% !important;}

.icon tr td img {width: 150px !important;
    vertical-align: center !important;
    padding-top: 15% !important;
    padding-bottom: 0% !important;
    padding-right: 0% !important;
    padding-left: 0% !important;}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
  .stacktable th { text-align: center;}
  .stacktable tr:nth-child(odd) {background-color: none;}
  .stacktable tr {border-bottom: dotted 1px #f4f5f9;}
  .stacktable.cardtable tr {background: none;}
  .stacktable.cardtable {border-bottom: 2px solid #ccc;}
  .stack tr {width: 100%;}
  .stack tr td {padding: 20px 10px;display: block;}
  .stack tr td img {width: 100%;}
  .icon td {padding-right: 0% !important;}
 .icon td img {width: 100px !important; padding-top:10% !important; padding-bottom:0% !important;}   
    
}

  .stack tr td img {width: 70%;}

.responsive-table {}
.cardtable {}


 figure.figure-100, figure.figure-left, figure.figure-right{
	 background-color: #f7f7f7;
	  margin-bottom:30px;
}
 figure.figure-100 img, figure.figure-left img, figure.figure-right img{
	 width:100%;
	 margin:0;
}
figure.figure-100 figcaption, figure.figure-left figcaption, figure.figure-right figcaption{
	 margin:0;
	 padding:15px;
}
figure.figure-left {
	 float:left;
	 width:50%;
	 margin-bottom:5px;
	 margin-right:30px;
}
figure.figure-right {
	 float:right;
	 width:50%;
	 margin-bottom:5px;
	 margin-left:30px;
}



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