<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
    font-family: "Nunito Sans";
}

body {
    background-color: #DBEAE2;
    margin: 0px;
    font-family: "Nunito Sans";
}

div {
    color: #202020;
}

.spacer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bold {
    font-weight: 700;
}

.header {
    height: 250px;
    width: 100%;
    padding: .75rem;
    margin: 0px;
    background-image: url("/img/bg-header-slant.png"), linear-gradient(to bottom right, #1F8855, #749E52);
    color: white;
    position: relative;
    z-index: 1;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-text-dark {
    font-size: 16px;
    font-weight: bold;
    color: #1F8855 !important;
    margin-top: 15px;
    padding-top: 10px;
}

.header-text-light {
    font-size: 16px;
    font-weight: bold;
    color: #ECF1E7 !important;
    margin-top: 15px;
    padding-top: 10px;
}

.header-text-danger {
    font-weight: bold;
    color: #dc3545 !important;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.clubname-header {
    margin-top: 0px;
    font-size: 14px;
    width: 100%;
    background-color: #ECF1E7; /*#ECF1E7 #6992B8*/
    font-weight: bold;
    color: #202020; /*#202020 #FAFAFA*/
    text-align: left;
    padding: 6px;
    z-index: 1;
    vertical-align: middle;
    /*    border: 1px solid orange;*/
}

.page-header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #ECF1E7;
    vertical-align: middle;
    padding: 5px;
    /*border: 1px solid black;*/
}

.page-header-center {
    font-weight: 500;
    font-size: 20px;
    color: #ECF1E7;
    text-align: center;
    margin-bottom: 15px;
}

.clubgroup-header {
    color: #ECF1E7;
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: 100%;
    vertical-align: middle;
    font-weight: 700;
    align-content: flex-start;
}

    .clubgroup-header:before,
    .clubgroup-header:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #ECF1E7;
        margin: auto;
        opacity: .2;
    }

.subheader {
    color: #ECF1E7;
    display: flex;
    align-items: center; /* Center vertically */
    font-weight: 700;
}

.subheader-line-left {
    flex: 1;
    border-bottom: 1px solid #ECF1E7;
    margin: auto;
    opacity: .2;
}

.subheader-text {
    margin-left: auto; /* Push text to the left */
}

.subheader-line-right {
    flex: 0 1 20px;
    border-bottom: 1px solid #ECF1E7;
    margin: auto;
    opacity: .2;
}


#leaderboard-header {
    display: flex;
    flex-flow: row wrap;
}

.leaderboard-align-left {
    width: 50%;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px;
}

.leaderboard-align-right {
    width: 50%;
    text-align: right;
    color: #FAFAFA;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 0px;
    font-weight: 400;
}



.page-title {
    width: 100%;
    height: 30px;
    /*background: #1C8150;*/
    border-radius: 2px;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 30px;
}


.notification {
    background-color: #ECF1E7;
    border: 1px solid #DBEAE2;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
    box-shadow: 1px 1px 1px 1px #DBEAE2;
    border-radius: 8px;
}


div.footer {
    margin-top: 60px;
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    padding: 10px;
    align-content: center;
    width: 100%;
}

.legal {
    font-size: 12px;
}

.legal-bullet {
    padding-bottom: 10px;
}


a {
    color: #6992B8;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

    a:hover {
        color: #3C5B77;
        text-decoration: none;
    }

    a:active {
        color: #3C5B77;
        text-decoration: none;
    }


.link-darkblue {
    color: #3C5B77;
}

    .link-darkblue:hover {
        color: #6992B8;
        text-decoration: none;
    }

    .link-darkblue:active {
        color: #3C5B77;
        text-decoration: none;
    }


.icon,
.icon-text {
    display: inline-block;
    vertical-align: middle;
}

.icon-flex-middle {
    display: flex;
    align-items: center;
}


.admin-menu {
    display: inline-flex;
    color: #1F8855;
    background-color: #ECF1E7;
    width: 125px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E2E2;
}

    .admin-menu:hover {
        color: #3C5B77;
        background-color: #D8E9E1;
    }

.border-radius-left {
    border-radius: 4px 0px 0px 4px;
}

.border-radius-right {
    border-radius: 0px 4px 4px 0px;
}

.border-top {
    border-top: 1px solid #ECF1E7;
}

.admin-menu-link {
    color: #1F8855;
    text-decoration: none;
    background-color: unset;
}

    .admin-menu-link:hover {
        color: #3C5B77;
        text-decoration: none;
        background-color: unset;
    }

    .admin-menu-link:active {
        color: #3C5B77;
        text-decoration: none;
    }

.display-right {
    display: flex;
    justify-content: right;
}

.font-small {
    font-size: 14px;
}

.font-xsmall {
    font-size: 12px !important;
}

.font-xxsmall {
    font-size: 10px;
}

.font-normal {
    font-weight: normal;
}

.font-warning {
    color: #842029;
    font-weight: 700;
}


.background-white {
    background-color: #FAFAFA;
}

.bb-flex25 {
    flex: 0 0 25px !important;
}

.bb-flex50 {
    flex: 0 0 50px !important;
}

.bb-flex75 {
    flex: 0 0 75px !important;
}

.bb-flex100 {
    flex: 0 0 100px !important;
}

.bb-flex125 {
    flex: 0 0 125px !important;
}

.bb-flex150 {
    flex: 0 0 150px !important;
}

.bb-flex200 {
    flex: 0 0 200px !important;
}

.bb-flex250 {
    flex: 0 0 250px !important;
}

.bb-table {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #FAFAFA;
    margin-top: 10px;
    max-width: 100%;
}

.bb-title-row {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #1F8855;
    font-weight: 700;
    background-color: #F1F5F6;
    border: none !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02);
    vertical-align: middle;
    height: 50px;
}

.bb-row-radius {
    border-radius: 8px;
}

.bb-row-no-border {
    border: none !important;
}


.bb-title-cell {
    display: flex;
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    min-width: 0;
    color: #1F8855;
    font-weight: 700;
    border-bottom: solid #E2E2E2 1px;
    align-items: center;
}

.bb-title-cell-right {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    min-width: 0;
    color: #1F8855;
    font-weight: 700;
    border-bottom: solid #E2E2E2 1px;
    justify-content: flex-end;
}


.bb-leaderboard-refresh {
    align-self: flex-end;
    padding: 5px;
    box-sizing: border-box;
    min-width: 0;
    color: #1F8855;
    text-align: right;
    vertical-align: bottom;
    font-size: 10px;
    font-weight: 400;
    border-bottom: solid #E2E2E2 1px;
}


.bb-header-row {
    display: flex;
    color: #3C5B77;
    font-weight: 700;
    background-color: #F1F5F6;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: solid #E2E2E2 1px;
}

.bb-title-header-row {
    display: flex;
    background-color: #F5F5F4;
    color: #3C5B77;
    border-top: solid #E2E2E2 1px;
    border-bottom: solid #E2E2E2 1px;
}

.bb-header-cell {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    min-width: 0;
    color: #3C5B77;
    font-weight: 700;
    align-self: flex-start;
}

.bb-header-inline-row {
    display: flex;
    color: #3C5B77;
    font-weight: 700;
    background-color: #F1F5F6;
    border-top: solid #E2E2E2 1px;
    border-bottom: solid #E2E2E2 1px;
}

.bb-justify-right {
    display: flex;
    justify-content: flex-end;
}

.bb-row {
    display: flex;
    align-items: center;
    border-top: solid #E2E2E2 1px;
}

.bb-cell {
    flex: 1;
    padding: 10px;
    overflow: hidden;
    word-wrap: break-word;
    align-self: flex-start;
}

.bb-hightlight {
    background-color: #ECF1E7;
}

.bb-noborder {
    border: unset !important;
}

.bb-html-notes {
    white-space: pre-wrap;
}

.poy-cutline {
    border-bottom: 4px solid #1F8855 !important;
}

/* Define alternating row colors */
.striped:nth-child(odd) .striped {
    background-color: #EDEDED; /* Odd rows are different color */
}

/* Define alternating row colors */
/*.bb-row:nth-child(odd) {
    background-color: #EDEDED;*/ /* Odd rows are different color */
/*}*/

/* Define rounded corners for the last row */
.bb-table .bb-row:last-child .bb-cell:first-child {
    border-radius: 0 0 0 8px;
}

.bb-table .bb-row:last-child .bb-cell:last-child {
    border-radius: 0 0 8px 0;
}

.bb-inactive {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.bb-inactive-text {
    color: #721c24 !important;
    font-weight: 700;
}

.bb-text-right {
    text-align: right;
}

.padding-xxsmall {
    padding: 2px;
}

.padding-xsmall {
    padding: 5px;
}

.padding-small {
    padding: 10px;
}

.padding0 {
    padding: 0px;
}

.padding-top0 {
    padding-top: 0px;
}

.padding-bottom0 {
    padding-bottom: 0px;
}

.padding-top5 {
    padding-top: 5px;
}

.padding-bottom5 {
    padding-bottom: 5px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}


.margin-bottom-small {
    margin-bottom: 8px;
}

.align-top {
    align-self: flex-start;
}


.table-card {
    position: relative;
    background-color: #FAFAFA;
    /*background-color: #E2E2E2;*/
    box-shadow: 1px 1px 1px 1px #E2E2E2;
    border-radius: 8px;
}


.table {
    color: #202020;
    position: relative;
    background-color: #FAFAFA;
    box-shadow: 1px 1px 1px 1px #E2E2E2;
    border-radius: 8px;
    border: none !important;
    margin-top: 10px;
}

    .table th {
        border-bottom: 1px solid #E2E2E2 !important;
    }

    .table tr {
        border-bottom: 1px solid #E2E2E2 !important;
    }

th:first-of-type {
    border-top-left-radius: 8px;
}

th:last-of-type {
    border-top-right-radius: 8px;
}

tr:last-of-type td:first-of-type {
    border-bottom: 0px solid #E2E2E2 !important;
    border-bottom-left-radius: 8px;
}

tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 8px;
}

.table-title {
    font-size: 16px;
    color: #1F8855;
    font-weight: 700;
    background-color: #F1F5F6; /*#3C5B77*/
    border: none !important;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02);
    vertical-align: middle;
    height: 50px;
}

.table-header {
    background-color: #F5F5F4;
    /*    border-color: #E2E2E2 !important;*/
    color: #3C5B77; /*#202020 #3C5B77 */
    font-weight: 700;
}

.tr-ringer-score {
    background-color: #ECF1E7;
    border-top: 2px solid #E2E2E2 !important;
    border-bottom: 2px solid #E2E2E2 !important;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
}

.tr-par {
    background-color: #FAFAFA;
    border-bottom: 1px solid #E2E2E2 !important;
    font-weight: 400;
    border-radius: 0px !important;
    vertical-align: middle;
    text-align: center;
}

.tr-score {
    border-bottom: 1px solid #E2E2E2 !important;
    background-color: #F5F5F4;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
}

.player-row {
    background-color: #ECF1E7;
    font-weight: 700;
}

dt {
    font-size: 14px;
    color: #1F8855 !important;
}

dd {
    font-size: 14px;
    color: #202020 !important;
}

.bb-display-card {
    margin-top: 10px;
    padding-top: 0rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: .5rem;
    position: relative;
    background-color: #FAFAFA;
    box-shadow: 1px 1px 1px 1px #E2E2E2;
    border-radius: 8px;
}

.bb-display-header {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    left: 10%;
    right: 10%;
    justify-content: left;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-size: 16px;
    color: #1F8855;
    background-color: #F1F5F6;
    height: 50px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.bb-display-header-left {
    border-bottom: 1px solid #E6E6E6;
    left: 10%;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1F8855;
    background-color: #F1F5F6;
    height: 50px;
    border-top-left-radius: 8px;
}

.bb-display-header-right {
    display: flex;
    box-sizing: border-box;
    line-height: 22px;
    min-width: 0;
    text-align: right;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: 400;
    color: #1F8855;
    background-color: #F1F5F6;
    border-bottom: solid #E2E2E2 1px;
    justify-content: flex-end;
    border-top-right-radius: 8px;
}


.data-card {
    margin-top: 5px;
    padding-top: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: .75rem;
    position: relative;
    background-color: #FAFAFA;
    box-shadow: 1px 1px 1px 1px #E2E2E2;
    border-radius: 8px;
}

.data-card-header-dark {
    font-size: 16px;
    font-weight: bold;
    color: #1F8855 !important;
}

.card-table-title {
    font-size: 16px;
    color: #1F8855;
    font-weight: 700;
    background-color: #F1F5F6;
    position: relative;
    padding: 1.2rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0px;
}

.card-table-body {
    margin-top: 0px;
    padding: 1.2rem;
    position: relative;
    background-color: #FAFAFA;
    box-shadow: 1px 1px 1px 1px #E2E2E2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



.card-data-header {
    font-size: 16px;
    color: #1F8855;
    font-weight: 700;
    position: relative;
    padding: 1rem;
    margin-top: 10px;
    background: #FAFAFA;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02);
    border: 1px solid #E2E2E2;
    border-left: 2px solid #4A962D;
    border-radius: 8px 8px 0px 0px;
}

.card-data-body {
    margin-top: 0px;
    padding: 2rem;
    position: relative;
    background-color: #FAFAFA;
    box-shadow: 0px 1px 1px 1px #E2E2E2;
    border-color: #4A962D;
    border: 0px 1px 1px 1px;
    border-radius: 0px 0px 8px 8px;
}


.bb-card-header {
    width: 100%;
    font-size: 16px;
    color: #1F8855;
    font-weight: 700;
    background-color: #F1F5F6;
    border: none !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02);
    vertical-align: middle;
    height: 50px;
}





.breadcrumb-item {
    color: white;
}

    .breadcrumb-item + .breadcrumb-item::before {
        color: white;
    }

    .breadcrumb-item.active {
        color: white;
    }


.bb-link-white {
    color: white;
    text-decoration: none;
}

    .bb-link-white a:hover {
        color: white;
        text-decoration: none;
    }

    .bb-link-white a.active {
        color: white;
        text-decoration: none;
    }

.tabstrip-link-dark {
    color: #749E52;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
}

    .tabstrip-link-dark a:hover {
        color: #1f8855;
    }

    .tabstrip-link-dark a.active {
        color: #1f8855;
        background: #1f8855;
    }

.text-dark {
    /*    color: #3C5B77 !important;*/
    color: #749E52 !important;
    text-decoration: none;
}

    .text-dark:hover {
        color: #1f8855 !important;
    }

    .text-dark.active {
        color: #1f8855;
        background-color: #DBEAE2;
    }

.tabstrip-text {
    color: #4E9622;
    background-color: unset;
}

    .tabstrip-text a:hover {
        color: #1F8855 !important;
    }

    .tabstrip-text a.active {
        color: #1F8855;
        background: #1f8855 !important;
    }

.tabstrip-button-container {
    height: 70px;
    width: 100%;
    background: linear-gradient(180deg, #FBFBFB 0%, #ECF1E7 100%);
    padding-top: 10px;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    flex-direction: row !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

a.btn-add-score {
    font-weight: 400;
    text-decoration: none;
    color: #ECF1E7;
    background-color: #6992B8;
    border-radius: 50%;
    font-size: 36px;
    line-height: 46px;
    height: 56px;
    width: 56px;
    text-align: center;
    vertical-align: middle;
    top: -30px;
    position: relative;
    border: 4px solid white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 1001;
}

    a.btn-add-score:hover {
        background-color: #3C5B77;
    }


.icon-btn {
    margin-left: 5px;
    margin-right: 5px;
}

    .icon-btn svg {
        color: #749E52;
    }

    .icon-btn:hover svg {
        color: #1f8855;
    }

.dropup .dropdown-toggle::after {
    display: none;
    /*    background-color: #6992B8;*/
}

.dropdown-menu {
    background: #F2F6F0;
    color: #3C5B77; /*#749E52*/
}

.popupbox {
    font-family: "Nunito Sans";
    display: inline-block;
    background: #6992B8;
    border: 3px solid #FFFFFF;
    border-radius: 2px 0px 0px 0px;
    /*height: 280px;*/
    width: 240px;
}

.popupbox-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: -100px;
    border-radius: 10px;
    border: none !important;
    padding: 0px;
    line-height: 24px;
    min-width: auto;
}

.popupbox-hamburger {
    font-family: "Nunito Sans";
    display: inline-block;
    background: #F2F6F0;
    border: 3px solid #FFFFFF;
    border-radius: 2px 0px 0px 0px;
    z-index: 1100;
}

.popupbox-hamburger-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: -100px;
    border-radius: 5px;
    border: none !important;
    padding: 0px;
    line-height: 24px;
    min-width: auto;
    z-index: 1100;
}

.popupbox-plusmenu {
    font-size: larger;
    color: white;
}

.popupbox-plusmenu-spacer {
    height:100px;
}

.popupbox-plusmenu-bottom-border {
    margin: 0 !important;
    border-bottom: 1px solid white !important;
    border-radius: 0 !important;
}


/* begin year selector dropdown */
.popupbox-year {
    font-family: "Nunito Sans";
    display: inline-block;
    background: #F2F6F0;
    border: 3px solid #FFFFFF;
    border-radius: 2px 0px 0px 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0px;
    border-left: 0.3em solid transparent;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #F2F6F0;
    border-radius: 2px;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

    .dropdown-content a {
        /*color: #749E52;*/
        color: #3C5B77;
        font-size: 12px;
        padding: 10px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #F1F5F6;
}

.align-right {
    float: right;
}

.dropbtn {
    background: none;
    color: #3C5B77; /*#D0DEC6*/
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

    .dropbtn:hover {
        color: #6992B8; /*#D0DEC6*/
        background: none;
    }

    .dropbtn:active {
        color: #3C5B77; /*#D0DEC6*/
        background: none;
    }
/* end year selector dropdown */



/* Dropup Button */

/* The container &lt;div&gt; - needed to position the dropup content */
.dropup {
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: right;
    padding: 5px;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
    display: none;
    position: absolute;
    background-color: #F2F6F0;
    border-radius: 2px;
    bottom: 50px;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px;
    white-space: nowrap;
    z-index: 1100;
}

    .dropup-content a {
        color: #3C5B77;
        font-size: 14px;
        text-decoration: none;
        display: block;
        padding: 10px;
    }

        .dropup-content a:hover {
            background-color: #F1F5F6;
        }


.dropup:hover .dropup-content {
    display: block;
}

.dropup:hover .dropbtn {
    background-color: #ECF1E7;
}
/*end of dropup menu*/


.link-admin-header {
    font-weight: 700;
}

.link-admin {
    padding-left: 15px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5; /* Optional: Make it look disabled */
}

.nav-year-selector {
    width: 100%;
    text-align: right;
}

.navbar-color {
    background-color: #3C9055;
    color: white;
}


.nav-background {
    color: #4E9622;
    background: #ECF1E7;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    margin: 2px;
}

    .nav-background .nav-pills .nav-link.active {
        color: #3C5B77;
        background: #D8E9E1;
        border: 1px solid #E2E2E2;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
        border-radius: 2px;
        font-weight: bold;
    }

.nav-link:focus, .nav-link:hover {
    color: #6992B8;
    /*    background-color: #6992B8;*/
}

.nav-pills .nav-link {
    color: #3C5B77;
    /*color: #4E9622;*/
    background-color: unset;
}

    .nav-pills .nav-link.active {
        color: #3C5B77;
        font-weight: 700;
        background-color: unset;
    }


.nav-item {
    vertical-align: middle;
}

.nav-admin {
    padding-left: 30px;
}

.nav-link-menubtn {
    padding: 10px;
    margin: 0px;
}

.nav-admin-menu {
    background-color: #D8E9E1;
    border-radius: 8px;
    padding: 2px;
    margin-top: 40px;
    margin-bottom: 10px;
    justify-content: left;
}

.nav-menu {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 2px;
    margin-bottom: 10px;
    justify-content: center;
}

.nav-menu-active {
    color: #1F8855;
    font-weight: 700;
    background-color: unset;
}


/* begin golf scorecard */
.eagle {
    display: inline-block;
    background: #fecd31;
    /*    height: 20px;
    width: 17px;*/
}

.birdie {
    display: inline-block;
    background: #87c7a1;
    /*    height: 20px;
    width: 17px;*/
}

.bogey {
    display: inline-block;
    background: #f17681;
    /*    height: 20px;
    width: 17px;*/
}

.double-bogey {
    display: inline-block;
    background: #7ca9cf;
    /*    height: 20px;
    width: 17px;*/
}

.par {
    display: inline-block;
    /*  background: none;
    height: 20px;
    width: 17px;*/
}

.scorecard-key {
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    /*    line-height: 19px;
    text-align: left;*/
}

.scorecard-key-item {
    display: flex;
    align-items: center;
    line-height: 19px;
    text-align: left;
}

.scorecard-score {
    display: block;
    font-size: 12px;
    height: 10px;
    width: 10px;
    margin-left: 12px;
    border-radius: 2px;
}

.scorecard-key-label {
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #6c6d6f;
    padding-left: 2px !important;
}

/* end golf scorecard */

.circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 10px;
    background: #749E52;
    /*border: 3px solid #1F8855;*/
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 500px) {
    .header {
        background-image: linear-gradient(to bottom right, #1F8855, #749E52);
    }
}

@media only screen and (max-width: 400px) {
    .tabstrip-button-container {
        justify-content: space-between;
        padding: 10px;
    }

    .scorecard {
        width: 340px;
    }
}
</pre></body></html>