.blue-header {
  background: #253d94;
}
.blue-header button.navbar-toggler {
  border: 1px solid #fefefe;
  outline: none;
}
.blue-header button.navbar-toggler:active {
  outline: none;
}
.blue-header button.navbar-toggler i {
  color: #fefefe;
}
.blue-header ul.navbar-nav li a {
  color: #fefefe;
}
table.result-table thead th {
  background: #253d94;
  color: #fefefe;
}
table.detail-result thead th {
  background: #253d94;
  color: #fefefe;
}
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: #253d94;
  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: #de1f28;
}
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;
}
footer {
  background: #253d94;
  color: #fefefe;
  text-align: center;
}
footer p {
  margin: 0;
  padding: 0;
}
