.pageHeader {
    font-family: 'Righteous';
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
    vertical-align: middle;
    border-bottom: solid;
}

.karsTable {
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
}

.karsTable thead {
    background-color: black;
    color: aqua;
    font-weight: bold;
    white-space: nowrap;
}

.karsTable thead tr th {
    background-color: black;
    color: aqua;
    font-weight: bold;
    white-space: nowrap;
}

.karsTable tfoot tr td {
    background-color: black;
    color: aqua;
    font-weight: bold;
    white-space: nowrap;
}

.karsTable tbody tr:nth-child(even) {
    background-color: rgb(219, 219, 219);
}

.karsTable th {
    padding: .25em;
    border: solid;
    border-color: black;
    text-align: center;
}

.karsTable td {
    padding: .25em;
    border: solid;
    border-color: black;
    text-align: center;
}

.greenBall {
    background-image: url("../images/green_ball.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

article {
    padding: 1em;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.container {
    flex: 1;
}

footer {
  flex-shrink: 0;
}

#contestCalendar {
    border-color: #030303;
    border-style: solid;
    padding-left: 1em;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.row-striped {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row-striped:nth-of-type(even) {
    background-color: #cccccc;
}

.row-striped:nth-of-type(odd) {
    background-color: #ffffff;
}

h1, h2, h3 {
    font-family: 'Righteous', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.navbar {
    font-family: 'Righteous', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-size: 14pt;
    background-image: url("/images/Yaesu_Panel.png");
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-blend-mode: multiply;
    background-color: #bbb;
}

.nav-link {
    color: #fff;
    font-size: 16pt;
    text-align: center;
}

.nav-link-active {
    color:#df13ee;
}

.nav-link:hover {
    color: #6aee7a;
}

.navbar-brand, .navbar-brand:hover {
    font-size: 18pt;
    color: rgb(255, 255, 255);
}

.smalltext{
  padding-top: 5px;
  font-size: 16px;
  color: #fff;
}

#liveNet {
    border-color: #030303;
    border-style: solid;
    border-radius: 15px;
    width: 650px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 10px 0px 10px;
    margin-bottom: 5px;
}

#contestCalendar {
    min-height: 500px;
}

.bg-danger a {
    color: white;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgb(255, 255, 255);
}