<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
tr.indicator td.indicator {
  padding: 0;
  width: 100%;
}
tr.indicator td.indicator .ind-container {
  border: 1px solid #4D4D4D;
  margin: 0 0.75em 18px 0.75em;
  padding: 8px 2px 0 2px;
  background-color: white;
}
tr.indicator td.indicator .ind-container div.ind-box {
  padding: 0 .5em .5em .5em;
}
tr.indicator td.indicator .ind-container div.ind-box .ind-msg {
  padding: .5em;
  background: white;
  min-height: 2em;
}
tr.indicator td.indicator .ind-container div.ind-box .ind-msg .indicator-title {
  display: flex;
}
tr.indicator td.indicator .ind-container div.ind-box .ind-msg .indicator-title .indicator-icon {
  margin-right: 8px;
}
tr.indicator td.indicator .ind-container div.ind-box .ind-msg .indicator-title .indicator-title-text {
  font-weight: bold;
  color: #4D4D4D;
}
tr.indicator td.indicator .ind-container div.ind-box .ind-msg .indicator-description {
  color: #4D4D4D;
}
tr.indicator td.indicator .icon {
  cursor: help;
  width: 24px;
  height: 24px;
  display: block;
}
tr.indicator td.indicator .info {
  background: url("../images-svg/icons/info.svg") no-repeat;
}
tr.indicator td.indicator .warning {
  background: url("../images-svg/icons/warning.svg") no-repeat;
}
tr.indicator td.indicator .alert {
  background: url("../images-svg/icons/alert.svg") no-repeat;
}
</pre></body></html>