﻿/*Variable Declaration*/
#calculator {
  background: url('https://secure.aafcu.com/images/MyWayLoan/personal-loan.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#results {
  color: white;
  border-top: 1px solid white;
}
.result-panel {
  border: 3px solid #E74500;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  color: #373737;
}
.huge {
  color: #373737;
}
.ui-slider-vertical {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,4096ee+100 */
  background: #E74500 !important;
  /* Old browsers */
}
.ui-slider-horizontal {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,4096ee+100 */
  background: #E74500 !important;
  /* Old browsers */
}