.sliderControls {
  background: rgba(162,176,193,0.85);
  padding: 1em;
  text-align: center;
}

#minus.sliderControl {
  float: left;
  background: #023859;
  color: white;
  border: none;
}

#plus.sliderControl {
  float: right;
  background: #023859;
  color: white;
  border: none;
}

.slidecontainer {
  background:rgba(162,176,193,0.85);
  padding: 0 1em 1em;
  text-align: center;
  margin-bottom:20px;
}

input#pc_amount {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 20px; /* Specified height */
  background: #190909; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

input[type="range"] {
  accent-color: #8EBF45;
}

#pc_apr, #pc_months {
  /* -webkit-appearance: none;
  appearance: none; */
  width: 20%;
  /* height: 20px; */
  background:rgba(162,176,193,0.85);
  /* outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s; */
  border: none;
  padding: 1em;
  color: black;
  margin-bottom:20px;
  margin-right:2%;
  margin-left:2%;
}

h3.title {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.5em;
}

p {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 16px !important;
  color: #666;
}

.calctop {
  margin-top:20px;
}

.calcHeader {
  margin-top:20px;
  padding-top:20px;
  font-size: 24px !important;
  color: #023859!important;
}

.calcrule {
  background-color: #8EBF45;
  border: none;
  height: 2px;
}

.calcresults {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 16px !important;
  color: #666;margin-bottom: 10px;
}

p.total {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 16px !important;
  color: #666;
  font-weight: bold;
}

p.totalfull {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 16px !important;
  color: #666;
  font-weight: bold;
}

@media only screen and (max-device-width: 800px){

  #pc_apr, #pc_months {
    /* -webkit-appearance: none;
    appearance: none; */
    width: 30%;
    /* height: 20px; */
    background:rgba(162,176,193,0.85);
    /* outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s; */
    border: none;
    padding: 1em;
    color: black;
    margin-bottom:20px;
    margin-right:60%;
    margin-left:2%;
  }

  .calcHeader {
    margin-top:20px;
    padding-top:20px;
    font-size: 18px !important;
    color: #023859!important;
  }
}

