/* Allows using :class: wide-table to create tables that span the entire page
width */
.wide-table {
  width: 100%;
}
