﻿/* Roll over boxes at bottom of some pages */
.rollbuttons {
  display: table;
  margin-top: 2em;
  width: 100%;
  vertical-align: bottom;
}
.rollbuttons div {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  border-left: 2px Solid White;
  background-color: #8e8417;
  color: White;
  font-size: 75%;
  padding: 0 8px 16px;
}
.rollbuttons div h4 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 14px;
  color: white;
}
.rollbuttons div a {
  color: White;
}
.rollbuttons div a:hover {
  text-decoration: none;
  color: #222;
}
.rollbuttons div:hover {
  background-color: #EDB974;
  cursor: pointer;
  color: #222;
}
.rollbuttons div:hover a {
  color: #222;
}
.rollbuttons div:hover h4 {
  color: #222;
}
.rollbuttons div p {
  text-align: center;
  margin: 8px 8px 16px;
  font-size: 100%;
}
/*# sourceMappingURL=rollbuttons.css.map */