html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.logoStrip {

}
.largeLogo {
    max-height: 50px;
    max-width: 80px;
    margin: 0px 7px 0px 7px;
}
.logoImg {
    margin: 5px 7px 7px 5px;
    max-height: 100px;
}
.draw .cancelled {
    text-decoration: line-through;
    color: red !important;
}
.draw td.cancelled:before {
    left: 10pt;
    content: "Cancelled";
    background: rgba(255, 255, 255, 0.70);
    color: red;
    /*width: 100%;*/
    /*height: 100%;*/
    /*line-height: 2.5;*/
    font-weight: 600;
    position: relative;
}

.draw .logos {
    min-width: 110px;
}
.draw .logoImg {
    max-height:                     25px;
    max-width: 25px;
}
.draw tr {
    border-bottom: 1px solid black;
}
.divider {
    border-top: solid 2px black;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(255 255 255 / 25%);
}
.btn-primary {
    margin-top: 10px;
}
a.card-link {
    text-decoration: none;
    color: var(--bs-text-color);
}
.qrCode {
}
.footerText {
}
.score {
    font-size: 45px;
    color: darkgreen;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
@media (min-width: 576px) {
    .draw .logoImg {
        max-height: 50px;
        max-width: 50px;
        margin: 0px 5px 0px 5px;
    }
}
@media (max-width: 760px) {
    .score {
        font-size: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 576px) {
    .score {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.games .score {
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.games tr.bye {
    color: darkblue !important;
}
.games tr.friendly {
    color: darkgreen !important;
}
.Scheduled .score, .Rescheduled .score {
    color: darkgray;
}
.accordion-button {
    text-decoration: none;
    background-color: #e7f1ff;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.toc-container {
    border: 1px solid;
    border-color: #eaeaea;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 16px 10px 0;
    margin-bottom: 14px;
    min-width: 250px
}

.toc-container .toc-container-header {
    font-weight: 600;
    margin: 0 16px 5px 16px
}

.toc-container ul {
    list-style: none;
    margin: 0;
    padding-left: 16px;
    color: #005a9e;
}

.toc-container ul li {
    margin-top: 0;
    margin-bottom: 0
}

.toc-container li::before {
    content: "\2022 "
}

.toc-container a {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 400px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.dt-length > label, .dt-search > label { 
    margin: 0.6rem; 
}