nav.navbar-modified {
  background: #203754;
  font-size: 1.2em;
  font-weight: bold;
}
nav.navbar-modified a {
  color: #fefefe;
}
nav.navbar-modified button {
  border: 1px solid #fefefe;
}
nav.navbar-modified button i {
  color: #fefefe;
}
nav.navbar-modified ul li a.nav-link {
  color: #fefefe;
}
nav.navbar-modified ul li a.nav-link:hover,
nav.navbar-modified ul li a.nav-link.active {
  color: #e1383c;
}
nav.navbar-modified .livedraw-link-section {
  background: #e1383c;
  color: #fefefe;
  text-align: center;
}
nav.navbar-modified a.livedraw-link {
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.2em 0.4em;
}
.lg-lottery-latest-results {
  box-shadow: 1rem 1rem 2rem rgba(10, 10, 10, 0.2);
}
.lg-lottery-latest-results .lg-lottery-latest-results-header {
  background: #ebeaea;
}
.lg-lottery-latest-results .lg-lottery-latest-results-header h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
ul.result-balls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.result-balls li {
  margin: 0.25em 0.5em;
}
ul.livedraw-balls {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.livedraw-balls li {
  margin: 0.25em 0.5em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.livedraw-balls li:nth-child(1),
ul.livedraw-balls li:nth-child(3) {
  background: #008d44;
}
ul.livedraw-balls li:nth-child(2),
ul.livedraw-balls li:nth-child(5) {
  background: #dfdfdf;
}
ul.livedraw-balls li:nth-child(4),
ul.livedraw-balls li:nth-child(6) {
  background: #c82a35;
}
.gj-datepicker {
  margin-bottom: 0 !important;
}
.content-section {
  border-top: 1px solid #d9dfe6;
  border-bottom: 1px solid #d9dfe6;
}
table.table-detail-result {
  border: 1px solid #d9dfe6;
}
footer {
  text-align: center;
  border-top: 1px solid #d9dfe6;
}
footer p {
  margin: 0;
  padding: 0;
}
