{
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  /*width: 20%;*/
  padding: 10px;
  height: 100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.paginate_button.previous.disabled{display:none;}
.paginate_button.next.disabled{display:none;}