.lottery-container {
  background-color: #181616;
  color: #A8A8A8;
}
.lottery-container label {
  color: #A8A8A8;
}
.lottery-container .lottery-updatedDate {
  font-size: 0.9em;
}
.lottery-container .lottery-containerTitle {
  color: #CE8625;
  border-bottom: 1px solid #403b3b;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px auto 1rem;
  padding: 5px 0;
}
.lottery-container .lottery-result {
  padding: 0 10px 10px 10px;
  margin-bottom: 1em;
  border-radius: 8px;
  border: 2px solid #CCC;
}
.lottery-container .lottery-result header {
  padding: 10px 0 5px 0;
}
.lottery-container .lottery-result header img {
  margin-right: 5px;
  aspect-ratio: 2;
}
@media screen and (min-width: 64em) and (max-width: 80em) {
  .lottery-container .lottery-result header img {
    display: block;
    margin: 0 auto;
  }
}
.lottery-container .lottery-result header label {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  line-height: normal;
}
@media screen and (min-width: 64em) and (max-width: 80em) {
  .lottery-container .lottery-result header label {
    display: block;
    text-align: center;
  }
}
.lottery-container .lottery-result header label span {
  font-weight: normal;
}
.lottery-container .lottery-result table {
  margin-bottom: 5px;
}
.lottery-container .lottery-result table th,
.lottery-container .lottery-result table td {
  text-align: center;
  border-collapse: collapse;
}
.lottery-container .lottery-result table th {
  padding: 2px;
  font-variant: small-caps;
}
.lottery-container .lottery-result table th:not(.prize-empty),
.lottery-container .lottery-result table td:not(.prize-empty) {
  border: 1px solid #888;
}
.lottery-container .lottery-result table td {
  padding: 0;
  color: #111111;
  font-size: 1.1em;
}
.lottery-container .lottery-result table td:not(.prize-empty) {
  background: #FFF;
}
.lottery-container .lottery-result table thead th {
  color: #FFC500;
  background: #353535;
}
.lottery-container .lottery-result table tbody th {
  color: #333;
  background: #AAA;
}
.lottery-container .lottery-result table tbody,
.lottery-container .lottery-result table tbody tr {
  background: transparent;
  border: none;
}
.lottery-container .lottery-result.result-bigPrize th {
  color: #FFC500;
  background: #353535;
}
.lottery-container .lottery-result.result-bigPrize td {
  font-weight: bold;
  font-size: 1.3em;
}
.lottery-container .buttonRefreshResult {
  background-color: #CE8625;
  color: #0B0A0A;
  border: 1px solid #0B0A0A;
}
.lottery-container .buttonRefreshResult:focus,
.lottery-container .buttonRefreshResult:active {
  background-color: #CE8625;
  color: #0B0A0A;
}
.lottery-container .buttonRefreshResult:hover {
  background-color: #8d5c19;
  color: #0B0A0A;
  border: 1px solid #FFFFFF;
}
.lottery-container .buttonRefreshResult.is-active {
  background-color: #CE8625;
  color: #000000;
  border: 1px solid #CE8625;
}
.lottery-result-magnum {
  background: #262626;
}
.lottery-result-damacai {
  background: #000080;
}
.lottery-result-toto,
.lottery-result-toto5d6d {
  background: #ED363F;
}
.lottery-result-singapore {
  background: #12689B;
}
.lottery-result-sabah {
  background: #E02217;
}
.lottery-result-sandakan {
  background: #2F9505;
}
.lottery-result-sarawak {
  background: #083E04;
}
.lottery-result-gdlotto {
  background: #ffd700;
}
.lottery-result-gdlotto header label {
  color: #000000 !important;
}
.lottery-result-ninelotto {
  background: #FFA500;
}
.lottery-result-ninelotto header label {
  color: #000000 !important;
}
