.highlights {
  background: #ffffff -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(100%, #3e3e3e));
  background: #ffffff -webkit-linear-gradient(left, #000000 0%, #3e3e3e 100%);
  background: #ffffff -moz-linear-gradient(left, #000000 0%, #3e3e3e 100%);
  background: #ffffff -o-linear-gradient(left, #000000 0%, #3e3e3e 100%);
  background: #ffffff linear-gradient(left, #000000 0%, #3e3e3e 100%);
}

.stripes {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #222222), color-stop(50%, transparent), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(left, #222222 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(left, #222222 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(left, #222222 50%, transparent 50%, transparent);
  background-image: linear-gradient(left, #222222 50%, transparent 50%, transparent);
  -webkit-background-size: 4px 100%;
  -moz-background-size: 4px 100%;
  -o-background-size: 4px 100%;
  background-size: 4px 100%;
}
@media screen and (max-width: 479px max-width 0.5) {
  .stripes {
    -webkit-background-size: 2px 100%;
    -moz-background-size: 2px 100%;
    -o-background-size: 2px 100%;
    background-size: 2px 100%;
  }
}

.index .page-header {
  padding-top: ;
}

.button.pdf {
  height: 3em;
  text-align: center;
  width: 19em;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5d3208), color-stop(100%, #663607));
  background: -webkit-linear-gradient(top, #74491f 0%, #5d3208 100%);
  background: -moz-linear-gradient(top, #74491f 0%, #5d3208 100%);
  background: -o-linear-gradient(top, #74491f 0%, #5d3208 100%);
  background: linear-gradient(top, #74491f 0%, #5d3208 100%);
  -webkit-box-shadow: 0 3px 3px 0 rgba(6, 0, 1, 0.25);
  -moz-box-shadow: 0 3px 3px 0 rgba(6, 0, 1, 0.25);
  box-shadow: 0 3px 3px 0 rgba(6, 0, 1, 0.25);
  border-radius: 0.2em;
}
.button.pdf .button-text {
  font-weight: bold;
  color: transparent;
  text-shadow: 0 1px 0 #ffffff, 0 0 1px #000000;
}
