.container {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

#footer {
  height: 100%;
}

.page_gutter {
  padding-left: 7em;
  padding-right: 7em;
}

.jtable {
  display: table;
  width: 100%;
}
.jrow { display: table-row; }
.jcell {
  display: table-cell;
  vertical-align: top;
}

.jtable.col2 .jrow .jcell  {
  width: 50%;
}

.content .jtable.col2 .jrow .jcell:nth-child(odd){
  padding-right: 1em;
}

.content .jtable.col2 .jrow .jcell:nth-child(even){
  padding-left: 1em;
}

#sidebar_mobile {
  display: none;
}