/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.slider-container {
  top: 10px;
}

.github-icon {
  background-image: url("../img/GitHub-Mark/GitHub-Mark-32px.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 130px;
}

.github-icon-light {
  background-image: url("../img/GitHub-Mark/GitHub-Mark-Light-32px.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  background-position: 100px;
}
form.form-horizontal {
    margin-top: 15px;
}
#tableAmortization {
  max-height: 500px;
  overflow: auto;
}

div#footer {
  padding: 20px;
  bottom: 0;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 50px;
  border-top: 1px solid;
}

img#npm-logo {
    height: 15px;
    float: right;
}
