/* Variables */
.blu {
  color: #0067b5; }

.red {
  color: #b20000; }

.grn {
  color: #006600; }

.yel {
  color: #ffcf05; }

.gry {
  color: #ddd; }

.tab-content h1 {
  text-align: center; }

.tab-content img {
  margin: 20px; }

.next-btn {
  padding: 10px;
  text-align: center;
  font-size: 1.5em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd; }
  .next-btn a, .next-btn .author {
    display: inline-block; }
  .next-btn .link-next {
    float: right; }
    .next-btn .link-next:after {
      content: ' >'; }
  .next-btn .author {
    font-size: 0.75em;
    color: #000; }
    .next-btn .author:before {
      content: 'Written by '; }
  .next-btn .link-prev {
    float: left; }
    .next-btn .link-prev:before {
      content: '< '; }

/*# sourceMappingURL=page-content.css.map */
