<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Legacy Content css */
.twofactorpieBehavior div {
  height: 50%;
  width: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.prevBox {
  float: left;
}

.nextBox {
  float: right;
}

.prevBox a {
  color: #009999;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.nextBox a {
  color: #009999;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

#navToC {
  display: block;
}

#navToC ul {
  display: block;
}

.footerNav h2 {
  font-size: smaller;
}

#requestInfoLink {
  color: white;
  font-size: 1.5rem;
}

.footerNav {
  padding: 40px;
}

iframe.chart {
  display: block;
  
  height: 370px;
  margin: 10px auto;
  border: 0;
  overflow: hidden;
}

#ibacordotcom-content {
  padding: 0 !important;
  min-height: 690px;
}

@media only screen and (min-width: 320px) {
  iframe.chart {
    min-width: 300px;
  }
}

@media only screen and (min-width: 390px) {
  iframe.chart {
    min-width: 360px;
  }
}

@media only screen and (min-width: 480px) {
  iframe.chart {
    min-width: 450px;
  }
}

@media only screen and (min-width: 768px) {
  iframe.chart {
    min-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  iframe.chart {
    min-width: 720px;
  }
}

@media only screen and (min-width: 1200px) {
  iframe.chart {
    min-width: 720px;
  }
}</pre></body></html>