<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:focus {outline: 0;}
img {border-style:none;}

@media print{
    body {font-size: small;}
    a[href]:after{ content: none !important;}
    a[title]:after{ content: none !important;}
}

.link-normal,
.link-normal:focus,
.link-normal:visited {text-decoration: underline;}
.link-normal:active,
.link-normal:hover {text-decoration: none;}

.link-inverted,
.link-inverted:focus,
.link-inverted:visited {text-decoration: none;}
.link-inverted:active,
.link-inverted:hover {text-decoration: underline;}

.link-off,
.link-off:active,
.link-off:focus,
.link-off:hover,
.link-off:visited {text-decoration: none;}

.link-on,
.link-on:active,
.link-on:focus,
.link-on:hover,
.link-on:visited {text-decoration: underline;}

.tight {line-height: 0;}
.nogutter {padding-left: 0 !important; padding-right: 0 !important;}

/* columns of same height styles */
.row-full-height {height: 100%;}
.col-full-height {height: 100%; vertical-align: middle;}
.row-same-height {display: table; width: 100%; /* fix overflow */ table-layout: fixed;}

.col-top {vertical-align: top;}
.col-middle {vertical-align: middle;}
.col-bottom {vertical-align: bottom;}
  
.col-xs-height {display: table-cell; float: none !important;}

@media (min-width: 768px) {
  .col-sm-height {display: table-cell; float: none !important;}
}
@media (min-width: 992px) {
  .col-md-height {display: table-cell; float: none !important;}
}
@media (min-width: 1200px) {
  .col-lg-height {display: table-cell; float: none !important;}
}

.table-padding-2 td {padding: 2px;}
.table-padding-4 td {padding: 4px;}
.table-padding-8 td {padding: 8px;}

.SizingBars {border-top: 4px solid Yellow; border-bottom: 4px solid Yellow;}
@media (min-width: 768px) and (max-width: 991px) {
   .SizingBars {border-top: 4px solid Green; border-bottom: 4px solid Green;}
}
@media (min-width: 992px) and (max-width: 1199px) {
   .SizingBars {border-top: 4px solid Red; border-bottom: 4px solid Red;}
}
@media (min-width: 1200px) {
   .SizingBars {border-top: 4px solid Purple; border-bottom: 4px solid Purple;}
}
</pre></body></html>