h1,.h1 {
  font-size: 30px !important;
}

h2,.h2 {
  font-size: 30px !important;
}

h3,.h3 {
  font-size: 30px !important;
}

#header .header__secondary,
#header .header__primary,
#header .wave,
#footer,
.offcanvas,
.receipt-top-buttons,
.receipt-bottom-buttons {
  display: none !important;
}

ul.dashboard-table {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.dashboard-table ul,
ul.dashboard-table li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.dashboard-table ul {
  display: flex;
}

ul.dashboard-table li li {
  flex: 1;
}

#content {
  padding: 0;
}