.manucolumn {
  float: left;
  width: 25%;
  padding-right: 20px;
}

/* Clearfix (clear floats) */
.manurow::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .manucolumn {
    width: 100%;
  }
}

.post-format {
    background: #f2574f;
    display: none;
}

.page-header {
    padding-bottom: 15px;
    display: none;
}