body {
  background: #f0f0f0;
}
a.logo-link {
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
  font-style: normal;
}
.navbar-modified {
  border: 1px solid #c03634;
}
.navbar-modified a {
  color: #c03634;
}
ul.navbar-nav li a.nav-link.active {
  color: #030201;
}
img.image-lottery {
  display: block;
  margin: 0px auto;
}
.content {
  background: #fefefe;
}
ul.important-prize {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}
ul.important-prize li {
  border-radius: 50%;
  background: #c03634;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 35px;
  height: 35px;
  margin: 0 0.25em;
}
ul.unimportant-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.unimportant-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.1em 0em;
}
ul.unimportant-list li span {
  border-radius: 50%;
  background: #f5f351;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #030201;
  width: 25px;
  height: 25px;
  font-size: 0.9em;
  margin: 0 0.1em;
}
footer.footer-section p {
  color: #030201;
  text-align: center;
  padding: 0;
  margin: 0;
}
table.prize-table thead th {
  background: none;
  color: #030201;
}
table.prize-table thead th.result-head {
  color: #c03634;
  font-size: 1.2em;
}
table.prize-table thead th.result-head-1 {
  color: #c03634;
  font-size: 1.2em;
  background: #fcfcfc;
}
table.prize-table tbody td {
  background: none;
  color: #030201;
}
table.prize-table tbody td.result-title {
  color: #c03634;
}
table.table-livedraw {
  width: 550px;
  margin: 0px auto;
}
table.table-livedraw thead th {
  padding: 0.5em 0em;
  text-align: center;
}
table.table-livedraw tbody td {
  text-align: center;
  padding: 1em 0em;
}
ul.starter-digit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}
