/* controls left-hand return to top button */
#scrollToTop_left {
  background: url("../graphics/up-arrow-sprite.png") no-repeat left 0;
  border: 0;
  bottom: 0;
  display: 0;
  height: 40px;
  left: 0;
  margin-left: 0;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  text-indent: 0;
  width: 40px;
  z-index: 20; }

#scrollToTop_left:hover {
  background-color: #fff;
  background-position: right 0;
  outline: none; }

/* controls right-hand return to top button */
#scrollToTop_right {
  background: url("../graphics/up-arrow-sprite.png") no-repeat left 0;
  border: 0;
  bottom: 0;
  display: none;
  height: 40px;
  margin-right: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-decoration: none;
  text-indent: 0;
  width: 40px;
  z-index: 20; }

#scrollToTop_right:hover {
  background-color: #fff;
  background-position: right 0;
  outline: none; }

#payment-button:hover {
  opacity: .7; }

#five-year-schedule table {
  width: 100%; }
#five-year-schedule table,
#five-year-schedule th,
#five-year-schedule td {
  border: 1px solid #000; }
#five-year-schedule th,
#five-year-schedule td {
  padding: 5px; }
#five-year-schedule th {
  background-color: #ebeca7;
  text-align: center; }

/*# sourceMappingURL=style.css.map */
