nav.top-navbar {
  background: #136393;
}
nav.top-navbar a.navbar-brand {
  color: #fcfcfc;
}
nav.top-navbar ul.first-level-navbar li a {
  color: #fcfcfc;
}
nav.top-navbar ul.first-level-navbar li ul.depth_0 {
  background: #8dbdce;
}
nav.top-navbar ul.first-level-navbar li ul.depth_0 li a {
  color: #030201;
}
ul.result-balls {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.result-balls li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 0.25em;
  background: #28549d;
  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: #2b2b29;
}
ul.result-balls-live {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.result-balls-live li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 0.25em;
  background: #28549d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefefe;
}
ul.result-balls-live li:nth-child(1),
ul.result-balls-live li:nth-child(2) {
  background: #2b2b29;
}
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;
}
table.update-result-table {
  background: transparent;
}
table.update-result-table tr th,
table.update-result-table tr td {
  background: transparent;
}
table.table-detail-result {
  border: 1px solid #d9dfe6;
}
table.table-detail-result thead th.table-head-important {
  background: #003c83;
  color: #fefefe;
}
table.table-detail-result tbody td.table-head-important2 {
  background: #c81026;
  color: #fefefe;
}
.update-result-col {
  position: relative;
  z-index: 1;
}
.update-result-col::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background: url('../images/korea-flag.png') no-repeat;
  background-position: center center;
}
.gj-datepicker {
  margin-bottom: 0 !important;
}
a.logo-brand {
  font-family: 'Noto Serif KR', serif;
}
.content-frame {
  box-shadow: 1rem 1rem 2rem rgba(10, 10, 10, 0.2);
}
.even-row {
  border-top: 2px solid #003c83;
}
footer {
  border-top: 2px solid #003c83;
}
footer p {
  padding: 0;
  margin: 0;
}
