@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {

  .image-wrapper img {
    max-width: 100% !important;
  }

  ul.nav-list {
    display: none !important;
}

  nav.navbar {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* pushes logo left, menu right */
    padding: 10px;
  }

  .navbar .logo {
    flex: 1;
    display: flex;
    justify-content: center;
    /* centers logo inside its flex space */
  }

  .navbar .logo img {
    height: 46px;
  }

  ul.nav-list {
    display: none;
  }

}



body {
  font-family: Arial, sans-serif !important;
  background: #f2f2f2;
}

.accordion-body {
  font-size: 15px;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px !important;
  }
}

th {
  font-size: 25px;
}

h1 {
  color: #333;
}

p {
  line-height: 26px;
}



/* Nav container */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 3px 140px !important;
  border-bottom: 1px solid #ddd;
}

/* Logo */
.navbar .logo img {
  height: 40px;
}

/* Menu */
.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.navbar ul li {
  position: relative;
}

.navbar ul li a {
  text-decoration: none;
  color: #000;
  padding: 8px 5px;
  display: block;
  font-weight: 500;
}

.navbar ul li a:hover {
  color: #007bff;
}

/* Dropdown */
.navbar ul li ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  border: 1px solid #ddd;
  z-index: 1000;
}

.navbar ul li:hover ul.dropdown {
  display: block;
}

.navbar ul li ul.dropdown li {
  width: 100%;
}

.navbar ul li ul.dropdown li a {
  padding: 10px;
}

.navbar ul li ul.dropdown li a:hover {
  background-color: #f1f1f1;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar ul {
    flex-direction: column;
    width: 100%;
  }

  .navbar ul li ul.dropdown {
    position: static;
    border: none;
  }
}



table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button:not(:disabled) {
  cursor: pointer;
}

@media all {
  button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button {
    text-transform: none;
  }

  button {
    -webkit-appearance: button;
  }


  button {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }

  table {
    margin: 0 0 1.5em;
    width: 100%;
  }

  button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
  }

  button:hover {
    border-color: #ccc #bbb #aaa;
  }

  button:active,
  button:focus {
    border-color: #aaa #bbb #bbb;
  }
}

/*! CSS Used from: Embedded */
.casino-table-container {
  background: aliceblue;
}

.casino-table-container tr:first-child {
  background: unset !important;
  color: unset;
  font-weight: unset;
}

button#toggleButton {
  margin-right: auto;
  margin-left: auto;
  display: block;
  border: 1px solid #cccccc;
  line-height: 29px;
  width: 28%;
  margin-top: 13px;
  border-radius: 6px;
}

.hidden {
  display: none;
}

.casino-table-container {
  max-width: 100%;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}

button {
  margin-top: 10px;
  padding: 8px 16px;
  cursor: pointer;
}

.casino-table-container a {
  color: #a12121 !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px 10px;
  text-align: left;
}

td {
  font-size: 15px;
}

button#toggleButton {
  font-size: 23px;
}

p {
  font-size: 15px;
}

.image-wrapper img {
    max-width: 62%;
    height: auto;
    display: inline-block;
}
.image-wrapper {
    text-align: left;
    margin: 20px 0;
}


table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table td {
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 20px;
  width: 50%;
}




/* Optional hover effect */
table tr:hover td {
  background-color: #f9f9f9;
}

ol li {
    line-height: 32px;
}
table td {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 7px !important;
    width: 33% !important;
}