body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f76fa0;
  color: black;
}

.container {
  max-width: 980px;
  margin: auto;
  /* padding: 20px; */
  text-align: center;
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.original {
  font-weight: bold;
  font-size: 18px;
  margin-top: -10px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

.site-info {
  text-align: right;
}

.logout {
  margin-top: 10px;
  padding: 6px 12px;
  background: orange;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.tabs {
  margin-bottom: 15px;
}

.tabs button {
  background: #a94442;
  color: white;
  padding: 8px 15px;
  border: none;
  margin: 3px;
  border-radius: 4px;
}

.tabs .active {
  background: #c9302c;
}

/* .table-wrapper {
  overflow-x: auto;
} */

table {
  width: 100%;
  border-collapse: collapse;
  background: #feeeb3;
}

th, td {
  /* border: 1px solid #ccc; */
  padding: 5px;
  text-align: center;
  border: solid 1px #6d6d6d;
}

input[type="text"] {
  /* width: 100%;
  padding: 3px;
  text-align: center; */
  width: 83%;
  height: 25px;
  border: solid 1px black;
}

.login-area {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.login-area label {
  font-size: 14px;
}

.login-area input {
  padding: 5px;
}

.login-area button {
  padding: 6px 12px;
  background: lightgreen;
  border: 1px solid green;
  border-radius: 4px;
}

.buttons {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

button.green {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
}

/* button.red {
  background: #d9534f;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
} */

button.red {
  background: linear-gradient(to bottom, #c0392b 0%, #e74c3c 100%);
  border: 2px solid #922b21;
  color: white;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-align: center;
}

.redbutton {
    background: linear-gradient(to bottom, #c0392b 0%, #e74c3c 100%);
  border: 2px solid #922b21;
  color: white;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-align: center;
  text-decoration: none
}

.footer-message {
  color: #AAFF00;
  font-size: 23px;
  font-weight: bold;
  margin-top: 20px;
}

.info-msg {
  color: blue;
  font-weight: bold;
  margin: 10px 0;
}

.contact {
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-info {
    text-align: left;
  }

  table {
    font-size: 12px;
  }

  #DrawTimeHolder {  
    position: absolute;
    top: 212px;
    font-size: 6px;
    width: 79%;
    text-align: center;
  }

  .drawTop {
    font-size: 13px !important;
  }

  .drawbottom {
    font-size: 13px !important;
  }

  .mobres {
    text-align: center;
    width: 100%;
  }

  .site-info {

  }

  .logout {
    margin-top: 1.5em;
  }
}

table {
  display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    width: 100%;
    border: 1px solid #6d6d6d;
    background-color: #feeeb3;
    font-family: Calibri;
    font-weight: bold;
    min-width: 900px;
}

th {
      text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #5876a3;
}

.trodd {
  background-color: #d9cf94;
}

#SubHeader {
  width: 980px;
  height: 35px;
}

#MenuHolder {
  float: left;
  text-align: center;
}

.active {
  /* background-color: #feeeb3 !important; */
  background: linear-gradient(to bottom, #fdf2c7 0%, #fdf2ae 100%) !important;
  border: 1px solid #d6c788 !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px 8px 0 0; /* Top-rounded corners */
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
}

.Menu {
  float: left;
  width: 160px;
  padding-right: 1px;
  font-size: 14px;
  color: White;
  padding-top: 7px;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
  /* background-color: #bd3422;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px; */

  background: linear-gradient(to bottom, #c0392b 0%, #e74c3c 100%);
  border: 1px solid #922b21;
  color: white;
  /* padding: 6px 18px; */
  /* font-size: 14px; */
  font-weight: bold;
  border-radius: 8px 8px 0 0; /* Rounded top corners only */
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

#MenuHolder {
  text-align: center;
}

.Menu a {
  text-decoration: none;
}

#DrawTimeHolder {
  float: right;
  text-align: right;
}

.drawTop {
  font-size: 16px;
  font-weight: bold;
  color: #001060;
  text-align: right;
  margin-top: -3px;
}

.drawbottom {
  font-size: 16px;
  font-weight: bold;
  color: #001060;
  text-align: right;
}

.clear {
  clear: both;
}

ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  text-align: right;
}

ul li {
  display: inline;
  text-align: center;
}

.logout {
  background: linear-gradient(to bottom, #d68626 0%, #f0a340 100%);
  border: 1px solid #b1571a;
  color: white;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

#siteTime {
  text-align: right;
  color: #2d36b8;
  font-size: 14px;
  font-weight: 500;
  font-weight: bold;
}

.buy-button {
    background: linear-gradient(to bottom, #1e7e1e 0%, #2ecc2e 100%);
  border: 2px solid #0b3e0b;
  color: white;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-align: center;
}