/* Hides the Register tab on the Sign-In page */
.nav-tabs a[href*="Register"] {
    display: none !important;
}


a.bigbutton {
  width: 100%;
  height: 100%;
  font-size: 40px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  min-height: 150px;
}

td.buttonsidebyside {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
