
  /* Used to line up table columns from multiple tables */
  @media (min-width: 64em) {
    td:first-of-type {
      width: 250px;
    }
  }

  @media (min-width: 76em) {
    td:first-of-type {
      width: 350px;
    }
  }

  @media (min-width: 84em) {
    td:first-of-type {
      width: 500px;
    }
  }


  #mainContent {
    p.text-center {
      margin-left: auto;
      margin-right: auto;
    }
  }
