.bottom-to-top {
  border-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
     border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
}

.previous-next {
  border-top: 1px solid #999;
  margin-top: 30px;
  margin-bottom: 90px;
}

.previous-next a {
  color: #33497e;
  cursor: hand;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 22px;
}

.previous-next a:hover {
  color: #af5900;
}

.previous-next .previous {
  display: inline-block;
  padding-top: 40px;
}

.previous-next .previous a {
  padding-left: 24px;
}

.previous-next .previous a:before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 16px;
  content: '\f060';
  left: 0;
  top: -4px;
}

.previous-next .next {
  float: right;
  padding-top: 40px;
}

.previous-next .next a {
  padding-right: 24px;
}

.previous-next .next a:after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 16px;
  content: '\f061';
  right: 0;
  top: -4px;
}

/*# sourceMappingURL=previous-next.css.map */
