<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
  .result {
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .result label {
    color: #16284c;
  }

  .result #monthly_payment {
    font-size: 1rem;
  }

  .result #scheduledPayment {
    font-size: 2.5rem;
    color: #006DB6;
  }

  .result #scheduledPayment sup {
    font-size: 1.2rem;
    top: -.8em;
  }

  .result p {
    font-size: 22px;
  }
              .relative {
    position: relative;
  }

  .relative button {
    position: absolute;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    text-transform: uppercase;
  }
  @media (max-width: 599px) {
    .table {
      display: block;
      max-width: 100vw;
      overflow-x: scroll;
    }
  }
  .hide {
    display: none !important;
  }
.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.hackernews  { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }
.table-wrapper {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 1rem;
}</pre></body></html>