body {
  font-family: 'Arimo', sans-serif;
  background: #202021;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #fcfcfc;
}
.top-navbar-header {
  background: #ce1126;
  font-family: 'Comfortaa', sans-serif;
}
.top-navbar-header a {
  color: #fcfcfc;
}
footer {
  background: #ce1126;
}
footer p {
  padding: 0;
  margin: 0;
}
a.livedraw-link {
  text-decoration: none;
  color: #ce1126;
}
a.livedraw-link h5 {
  background: #202021;
  font-weight: bold;
}
a.view-more-result {
  text-decoration: none;
  background: #202021;
  color: #ce1126;
  font-weight: bold;
  display: block;
  padding: 0.3em 0em;
}
img.livedraw-symbol {
  width: 400px;
}
ul.result-balls {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.result-balls li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 0.25em;
  background: #ce1126;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefefe;
}
ul.result-balls li:nth-child(1),
ul.result-balls li:nth-child(2) {
  background: #202021;
}
ul.result-ball-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.result-ball-small li {
  margin: 0.25em 0.5em;
}
ul.ball-list-small {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.ball-list-small li {
  margin: 0.21em 0.5em;
}
.main-content-section {
  background-image: url('../images/lottery-ball-bg.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 200px;
  color: #fcfcfc;
}
table.last-result-table thead th.header-row {
  font-size: 1.2em;
  color: #ce1126;
}
table.last-result-table thead th.date-row {
  color: #ce1126;
  font-size: 1.3em;
  font-weight: bold;
}
table.last-result-table tbody td.header-row {
  font-size: 1.2em;
  color: #ce1126;
}
table.past-result-table tbody td {
  width: 50%;
}
table.past-result-table tbody td.first-prize-text a {
  color: #ce1126;
  font-weight: bold;
}
