html, body {
  background: none;
  height: auto !important;
  width: 100% !important;
  overflow: hidden !important;
}

.mt-12 {
  margin-top: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-100px {
  margin-top: 100px;
}

.w-33 {
  width: 33.33%;
}

.h2 {
  text-transform: none;
}
table {
  table-layout: fixed;
  width: 100%;
}

tbody > tr > td {
  padding: 2rem;
}

tbody > tr:first-child {
  border-top: none;
}

tbody > tr:last-child {
  border-bottom: none;
}


.clickable {
  cursor: pointer;
}

/* Desktop styles  */
a {
  width: auto;
  cursor: pointer;
}

button {
  width: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  align-items: center;
  justify-content: center;
}

@media (min-width: 767px) {
  .desktop-w-33 {
    width: 33%;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .mobile-w-100 {
    width: 100%;
  }
  .mobile-w-50 {
    width: 49.4%;
  }

  tr td:last-child:nth-child(2) {
    text-align: right;
  }
}
