<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
/* Warnings */
.panel-title {
	font-size: 16px;
}
.panel-heading .panel-title {
    font-weight: bold;
}

.panel-warning, .panel-caution, .panel-danger, .panel-attention, .panel-note, .panel-installationinfo, .panel-primary{
    background-color: #ededed;
    border-color: transparent;
    border-radius: 0;
}

.panel-warning .panel-heading, .panel-caution .panel-heading, .panel-danger .panel-heading, .panel-attention .panel-heading, .panel-note .panel-heading, .panel-installationinfo .panel-heading, .panel-primary .panel-heading{
    border: none;
    width: auto;
    display: inline-block;
	background-color: transparent;
	color: #000;
}

.img-inline{
    height: 22px;
    width: auto;
    display: inline; 
}

/* Legend */

ol.legend {
  list-style: none;
  /*counter-reset: my-legend-counter;*/
  counter-reset: li;
}
ol.legend li {
  /*counter-increment: my-legend-counter;*/
  position: relative;
  padding: 5px 5px 5px 30px;
}

ol.legend li.legend-entry:before {
  /*display: inline-block; */
  /*content: counter(my-legend-counter) "";*/
  content: counter(li);
  counter-increment: li;
  border: 1px solid #000;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  padding-top: 2px;
  /*border-radius: 60%;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 5px;*/
}

ol.legend li.legend-entry-ar:after {
  /*display: inline-block; */
  /*content: counter(my-legend-counter) "";*/
  content: counter(li);
  counter-increment: li;
  border: 1px solid #000;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -30px;
  top: 2px;
  padding-top: 2px;
  /*border-radius: 60%;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 5px;*/
}

ol.legend li.legend-entry ul li {
    list-style-type: disc;
	left: 0;
  padding: 0px 0px 0px 0px;
  height: 20px;
}


.hrsep{
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid white;
  /*margin: 1em 0;*/
  padding: 0;
  width: 100%;
}
/*Table */
.table {
	width: auto;
	table-layout: fixed;
}

/*fit span in the table */
.fitspan {
	/*white-space: nowrap;*/
}


@media screen and (max-width:767px) {
	div .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td, .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th, .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td, .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th, .table-responsive&gt;.table&gt;thead&gt;tr&gt;td, .table-responsive&gt;.table&gt;thead&gt;tr&gt;th {
		white-space: normal;
	}
}
</pre></body></html>