﻿
/* Hiding the nav footers and content we don't want printed*/
.nav-wrapper {
    display: none;
}
.nav-user-control {
    display: none;
}
.cmatch-countdown {
    display: none;
}
.text-bg-primary {
        background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
#footer {
    display: none;
}

.text-end {
    display: none;
}

.landing-intro-copy {
    display: none;
}


/* updates to the headdings to match the rest of the styles */
h1 {
    text-align: left;
    width: 100%;
    font-size: large;
    margin-bottom: 20px;
    margin-left: -50px;
}

h2 {
    text-align: left;
    width: 100%;
    font-size: large;
    margin-left: -50px;
}

h2 + p {
    text-align: left;
    width: 100%;
    font-size: large;
    margin-left: -50px;
}
/* More text styling */
.font-extrabold {
    font-variation-settings: "wght" 600, "wdth" 100;
}

b, strong, .font-bold {
    font-variation-settings: "wght" 500, "wdth" 100 !important;
    font-size: large;
}

/* restricting the content to stay on the page */
.content {
    width: 80%;
    margin: 0px;
}

/* Handel all the tables content */
#table-wrapper {
    width: 100%;
    margin:auto;
}

table.sub {
    width: 90% !important;
    margin-left: 0px;
}

table {
    width: 700px !important;
    margin-left: -150px;
}

table.main tbody tr td {
    padding: 5px 5px 5px 5px !important;
    width: 75% !important;
}

table.main tbody tr td:first-child {
    padding: 5px 5px 5px 5px !important;
    width: 25% !important;
}

table.main tbody tr {
    padding-left: 25px !important;
     
}


/* Adding page breaks in the content */
tr.page-break {
    page-break-before: always;
}

.gap-lg-0 {
    margin-bottom: 10px !important;
}


