﻿/* topnav er brukt i menyen. palett her:  https://coolors.co/496077 lilla 6A4978 dempetlilla 624978 dempetgrønn 49785f */
/* blaagraderinger D5DDE5 mørkblå 3F5367 lys #f1f4f6; */

.stat-tabell th,
.stat-tabell td {
    white-space: nowrap;
}

.stat-tabell .col-small {
    width: 40px;
    text-align: center;
}
.article-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.news-teaser-heading {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.35em 0;
}

    .news-teaser-heading a,
    .news-teaser-link {
        font: inherit;
        color: inherit;
        text-decoration: none;
    }

        .news-teaser-heading a:hover,
        .news-teaser-link:hover {
            text-decoration: underline;
        }

.news-teaser-ingress {
    margin: 0 0 1em 0;
    line-height: 1.4;
}

.news-teaser-readmore {
    white-space: nowrap;
}

/* =========================
   FELLES FORM-STIL
========================= */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #f8f8f8;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}

    /* focus (veldig viktig for UX) */
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus,
    select:focus {
        background: #fff;
        border-color: #999;
    }


/* =========================
   LABELS
========================= */

label {
    color: #666;
    font-size: 14px;
}


/* =========================
   CHECKBOXES
========================= */

input[type="checkbox"] {
    transform: scale(1.1);
    margin-right: 6px;
    accent-color: #666; /* moderne browsers */
}


/* =========================
   RADIO BUTTONS
========================= */

input[type="radio"] {
    transform: scale(1.1);
    margin-right: 6px;
    accent-color: #666;
}


/* =========================
   TEXTAREA
========================= */

textarea {
    resize: vertical;
    min-height: 80px;
}


/* =========================
   MOBIL
========================= */

@media (max-width: 600px) {

    input[type="text"],
    input[type="password"],
    textarea,
    select {
        width: 100%;
        margin-bottom: 8px;
    }
}

/* =========================
   GLOBAL DROPDOWN STYLE
========================= */

select {
    background: #f8f8f8;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px;
    outline: none;
}

    /* hover / focus */
    select:focus {
        border-color: #999;
        background: #fff;
    }

/* litt bedre spacing i forms */
label {
    color: #666;
    font-size: 14px;
}

@media (max-width: 600px) {

    select {
        width: 100%;
        margin-bottom: 6px;
    }
}


/* =========================
   GLOBALE KNAPPER (ikke ordly-ruter)
========================= */

input[type="submit"]:not(.button-13):not(.button-14):not(.button-15) {
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 12px;
    margin: 4px 4px 8px 0;
    font-size: 14px;
    font-weight: normal;
    box-shadow: none;
    cursor: pointer;
}

    input[type="submit"]:not(.button-13):not(.button-14):not(.button-15):hover {
        background: #e0e0e0;
    }
@media (max-width: 600px) {

    input[type="submit"]:not(.button-13):not(.button-14):not(.button-15) {
        font-size: 13px;
        padding: 5px 10px;
    }
}
/* lenker */

a {
    color: #555;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: underline;
    }

/* Mobil-visningen av kamplisten på default.aspx */

/* Spiller-header */
.kamp-spiller-header {
    display: none;
}

/* Spacer */
.kamp-spacer {
    display: none;
}

/* Desktop vises */

/* Mobil */
@media (max-width: 700px) {

    .desktop-table {
        display: none !important;
    }

    .mobile-kamper,
    .mobile-standings {
        display: block !important;
    }

    .kamp-spiller-header {
        display: block;
        font-weight: 700;
        margin-top: 15px;
    }

    .kamp-spacer {
        display: block; /* eller inline / inline-block avhengig av hva du vil */
    }

    .kamp-kort {
        padding: 6px 0;
        border-bottom: 1px solid #eee;
    }

    .kamp-rad {
        display: flex;
        justify-content: space-between;
    }

     
    .navn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .score {
        font-weight: 600;
    }

    .vinner {
        color: #2e7d32;
        font-weight: 600;
    }

    .taper {
        color: #c62828;
    }

    .draw {
        color: #666;
    }
}



.desktop-table {
    display: block;
}

.mobile-kamper,
.mobile-standings {
    display: none;
}

.mobile-standings-list {
    width: 100%;
}
.mobile-standing-name a {
    color: inherit;
    text-decoration: none;
}

.mobile-standing-name a:hover {
    text-decoration: underline;
}

.mobile-standings-header {
    display: grid;
    grid-template-columns: 26px minmax(80px, 1fr) auto 52px 40px;
    gap: 8px;
    align-items: center;
    padding: 6px 12px 8px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

.mobile-standing-row {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.mobile-standing-summary {
    list-style: none;
    display: grid;
    grid-template-columns: 26px minmax(80px, 1fr) auto 52px 40px;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
}

    .mobile-standing-summary::-webkit-details-marker {
        display: none;
    }

    .mobile-standing-summary > span,
    .mobile-standings-header > span {
        /*  display: block; tatt bort etter forslag fra felix mars 2026 */
        min-width: 0;
    }

.mobile-standing-place {
    font-weight: bold;
    text-align: center;
}

.mobile-standing-name {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-standing-form {
    display: flex;
    align-items: center;
    gap: 2px;
    min-width: 0;
}

.formbox {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
    flex: 0 0 12px;
}

    .formbox.win {
        background: #52c41a;
    }

    .formbox.draw {
        background: #fadb14;
    }

    .formbox.unplayed {
        background: #d9d9d9;
    }

    .formbox.loss {
        background: #cf1322;
    }

.mobile-standing-margin,
.mobile-standing-points {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-standing-details {
    padding: 0 12px 12px 12px;
    color: #555;
    line-height: 1.45;
}

    .mobile-standing-details div {
        margin-top: 4px;
    }

@media screen and (max-width: 700px) {
    .desktop-table {
        display: none;
    }

    .mobile-standings {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .mobile-standings-header {
        grid-template-columns: 24px minmax(70px, 1fr) 52px 40px;
        grid-template-areas:
            "place name margin points"
            "form  form form   form";
        row-gap: 4px;
    }

    .mobile-standing-summary {
        grid-template-columns: 24px minmax(70px, 1fr) 52px 40px;
        grid-template-areas:
            "place name margin points"
            "form  form form   form";
        row-gap: 6px;
    }

    .mobile-standing-place {
        grid-area: place;
    }

    .mobile-standing-name {
        grid-area: name;
    }

    .mobile-standing-margin {
        grid-area: margin;
    }

    .mobile-standing-points {
        grid-area: points;
    }

    .mobile-standing-form {
        grid-area: form;
    }
}





.filterbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    margin: 8px 0 12px 0;
}

.filterpair {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.filtersearch input[type="text"],
.filtersearch textarea,
.filtersearch .aspNetTextBox,
.filtersearch input {
    max-width: 90px;
}

@media screen and (max-width: 700px) {
    .filterbar {
        gap: 8px 10px;
    }

    .filterpair {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .filtersearch {
        white-space: nowrap;
    }
}

.comment-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    border: 1px solid #ccc;
}

    .comment-table th,
    .comment-table td {
        border: none !important;
    }

.comment-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

    .comment-table thead th {
        border-bottom: 1px solid #ddd !important;
        padding: 6px 8px;
    }

    .comment-table td {
        padding: 6px 8px;
        vertical-align: top;
    }
@media screen and (max-width: 700px) {

    .comment-table {
        display: block;
        width: 100%;
        border: none !important;
    }

        .comment-table thead {
            display: none;
        }

        .comment-table tbody {
            display: block;
        }

            .comment-table tbody tr {
                display: grid;
                grid-template-columns: 1fr auto;
                grid-template-areas:
                    "name time"
                    "message message";
                width: 100%;
                margin: 0 0 14px 0;
                padding: 10px 0;
                border-bottom: 1px solid #ddd;
                background: none;
            }

            .comment-table tbody td {
                display: block;
                border: none !important;
                padding: 4px 6px;
            }

    .comment-name {
        grid-area: name;
        font-weight: bold;
        white-space: nowrap;
    }

    .comment-message {
        grid-area: message;
        line-height: 1.45;
        white-space: normal;
    }

    .comment-time {
        grid-area: time;
        text-align: right;
        font-size: 0.9em;
        color: #666;
        white-space: nowrap;
    }
}

.fullwidth-input,
.fullwidth-textarea {
    width: 100% !important;
    max-width: 100%;
}


.introtext {
    display: block;
    max-width: 100%;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


.news-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.member {
    flex: 1 1 280px;
    min-width: 0;
    margin: 0;
    float: none;
}

.name {
    position: static;
    margin-top: 8px;
    line-height: 1.4;
}

.member img,
.news-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 700px) {
    .news-strip {
        display: block;
    }

    .member {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .name {
        margin-top: 8px;
    }
}




.result-entry {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
}

.result-entry-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.result-entry select {
    max-width: 100%;
}

.result-score {
    width: 56px !important;
    max-width: 56px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .result-entry-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .result-entry select {
        width: 100%;
        max-width: 100%;
    }

    .result-entry-row:first-child {
        flex-direction: column;
        align-items: stretch;
    }

    .result-entry-row:last-child {
        justify-content: flex-start;
    }

    .result-score {
        width: 64px !important;
        max-width: 64px;
    }
}

.frontpage-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 20px 0;
}
    .frontpage-table-wrap table {
        border-collapse: collapse;
        min-width: 700px;
        width: auto;
        max-width: none;
    }

    .frontpage-table-wrap td,
    .frontpage-table-wrap th {
        white-space: nowrap;
    }
    /*de over her er nye 7.3.2026*/

.topnav {
    overflow: hidden;
    background-color: #496077;
}

    .topnav a {
        float: left;
        display: block;
        color: #f1f4f6;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 20px;
    }

        .topnav a:hover {
            background-color: #d6dde5;
            color: black;
        }

        .topnav a.active {
            background-color: #496077;
            /*#4CAF50;*/
            /* color: white;*/
            color: #f1f4f6;
        }
            .topnav a.active:hover {
                background-color: #d6dde5;
                color: black;
            }
        .topnav a.passive {
            background-color: #496077;
            /*#4CAF50;*/
            /* color: white;*/
            color: #f2f2f2;
        }

            .topnav a.passive:hover {
                background-color: #d6dde5;
                color: black;
            }
        

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {


    .hide600 {
        display: none;
    }
}



@media screen and (max-width: 1000px) 

{
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
        color: #f1f4f6; /* dette er ikonet med de tre stripene*/
    }

    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .topnav a {
        
        font-size: 18px; /*redusert fra 30 7.mars 2026*/
    }
}

@media screen and (max-width: 800px) {


    .hide800 {
        display: none;
    }

    .topnav a {
        font-size: 35px;
    }
}
@media screen and (max-width: 600px) {


    .hide800 {
        display: none;
    }

    .topnav a {
        font-size: 17px;
        padding: 12px 14px;
    }
}
    @media screen and (max-width: 480px) {

        .hide480 {
                display: none;
               }

        .topnav a {
            float: left;
            display: block;
            color: #f1f4f6;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            padding: 10px 12px;
        }
    }

    

    @media screen and (min-width: 600px) {


        .show600 {
            display: none;
        }
    }



   

    /* DEFAULTS
----------------------------------------------------------*/

tbody tr {
    background-image: none !important; /* lagt til mars 2026 av binsoe for å få bort pesky gif backgrounds */
}
    
    #menu ul li ul {
        display: none;
    }


    #menu ul li {
        position: relative;
        float: left;
        list-style: none;
    }

    /* lagt til 7.3.2026 
        tar bort:
html, body {
    max-width: 100%;
     overflow-x: hidden; }*/


    *, *::before, *::after {
    box-sizing: border-box;
}


body {
    /*  background            : #b6b7bc url(/images/grayfade.jpg) repeat-y;  */
    background: #FFF; /* dette var den grå bakgrunnen  #f4f4f4 som omslutter hele siden før #b6b7bc */
    /* font-size: 0.9em;  */
    font-family: Tahoma, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    color: #666666; /* var 696969, var deretter 0, helt svart.. det er fontfargen */
    line-height: 1.5;
}

a:link, a:visited {
    color: #487fb5; /* #dde4ec; dette er fargen på lenker, var #496077 */
    text-decoration: none;
}

a:hover {
    color: #4a7aa8; /* var #496077 */
    text-decoration: none;
}

a:active {
    color: #4a7aa8; /* var #496077 */
    text-decoration: none;
}

    p {
        margin-bottom: 10px;
        line-height: 1.6em;
    }



    /* HEADINGS   
----------------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.5em;
        color: #666666;
        font-variant: small-caps;
        text-transform: none;
        font-weight: 200;
        margin-bottom: 0px;
    }
h1, h2, h3 {
    font-family: "Segoe UI", Tahoma, sans-serif;
}
    h1 {
        font-size: 1.8em;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    h2 {
        font-size: 1.5em;
        font-weight: 600;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5, h6 {
        font-size: 1em;
    }

    /* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
    .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 
    {
        margin-top: 0px;
    }



    /*------------------------------------*\
	Subscribe Widget
\*------------------------------------*/
    .widget.subscribe-widget {
        padding: 30px;
        background-color: #222;
    }

        .widget.subscribe-widget form input.input {
            background: #FFF;
            border: none;
        }

    .subscribe-widget form button.input-btn {
        margin-top: 15px;
    }

    .widget.subscribe-widget form button.input-btn {
        display: block;
        width: 100%;
    }

    .footer-widget.subscribe-widget form input.input {
        color: #DDD;
    }


    /* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

    /*.page {*/
        /*  width: 1200px; Var 960 */
        /*background-color: #FFF;*/ /* Den hvite bakgrunnsfargen på siden */
        /*  margin: 20px auto 0px auto; */
        /*border: 1px solid #354556; byttet 7.3.2025
    }*/

/*.main {
        padding-top: 2rem;
        padding: 0px 50px;*/
/* margin: 12px 8px 8px 8px; */
/*min-height: 420px;
    }*/

.page {
    background-color: #FFF;
    border: 1px solid #354556;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main {
    padding: 16px 24px;
    min-height: 420px;
    box-sizing: border-box;
}

    .header {
        position: relative;
        margin: 0px;
        padding: 0px;
        background: #496077; /* dette er fargen bak teksten WORDFEUD LEAGUE OF HONOUR, bør være #496077 siden logoen har den bakgrunnsfargen*/
        width: 100%;
    }

        .header h1 {
            font-weight: 700;
            margin: 0px;
            padding: 0px 0px 0px 20px;
            color: #d5dde5; /* Bokstavene i WORDFEUD LEAGUE OF HONOUR. var f9f9f9 */
            border: none;
            line-height: 2em;
            font-size: 2em;
        }



    .leftCol {
        padding: 6px 0px;
        margin: 12px 8px 8px 8px;
        width: 200px;
        min-height: 200px;
    }

    .footer {
        color: #4e5766;
        padding: 8px 0px 0px 0px;
        margin: 0px auto;
        text-align: center;
        line-height: normal;
    }


    /* TAB MENU   
----------------------------------------------------------*/

    a[href="#NavigationMenu_SkipLink"] {
        display: none !important;
    }


    div.hideSkiplink {
        /*  background-color: #009999; /* fargen rundt tabeller, påmelding, etc, kolonnen. pleide være en syk lysblå #d3e4e5; deretter #4e667d; */
        /*	background            : #FFF url(/images/animated_favicon.gif) repeat-y; 
      background  : #FFF url(images/rotator.php) no-repeat center top;*/
        background: #d3e4e5;
        width: 100%;
    }

    div.menu {
        padding: 4px 0px 4px 8px;
    }

        div.menu ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            width: auto;
            display: flex;
        }

            div.menu ul li a, div.menu ul li a:visited {
                background-color: black; /* bakgrunnen bak sidevalgene (Tabeller, Påmelding, etc) */
                /*  background-color:  #4e667d; før det #465c71;  bakgrunnen bak sidevalgene (Tabeller, Påmelding, etc) */
                border: 1px #4e667d solid;
                color: #dde4ec;
                display: block;
                line-height: 1.35em;
                padding: 4px 20px;
                text-decoration: none;
                white-space: nowrap;
            }

                div.menu ul li a:hover {
                    background-color: #bfcbd6;
                    color: #465c71;
                    text-decoration: none;
                }

                div.menu ul li a:active {
                    background-color: #465c71;
                    color: #cfdbe6;
                    text-decoration: none;
                }

    /* FORM ELEMENTS   
----------------------------------------------------------*/

    fieldset {
        margin: 1em 0px;
        padding: 1em;
        border: 1px solid #ccc;
    }

        fieldset p {
            margin: 2px 12px 10px 10px;
        }

        fieldset.login label, fieldset.register label, fieldset.changePassword label {
            display: block;
        }

        fieldset label.inline {
            display: inline;
        }

    legend {
        font-size: 1.1em;
        font-weight: 600;
        padding: 2px 4px 8px 4px;
    }

    input.textEntry {
        width: 320px;
        border: 1px solid #ccc;
    }

    input.passwordEntry {
        width: 320px;
        border: 1px solid #ccc;
    }

    div.accountInfo {
        width: 42%;
    }

    /* MISC  
----------------------------------------------------------*/

.button-13 {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    /*"Amazon Ember",sans-serif; */
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    /*
    font-size: 28px;
    line-height: 29px;
    padding: 0 10px 0 11px;
    height: 50px;
    width: 50px;*/
}

.button-13:hover {
    background-color: #f7fafa;
}

.button-13:focus {
    border-color: #008296;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    outline: 0;
}
.button-15 {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: #fff;
    box-sizing: border-box;
    color: lightgray;
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    /*font-family: "Amazon Ember",sans-serif*/

    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
   /* height: 50px;
    width: 110px;
    font-size: 32px;
    line-height: 29px;
    padding: 0 10px 0 11px; */
}
.button-14 {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: #fff;
    box-sizing: border-box;
    color: lightgray;
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    /* font-family: "Amazon Ember",sans-serif;*/

    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    /*
    height: 50px;
    width: 50px;
    margin-bottom: 10px font-size: 32px;
    line-height: 29px;
    padding: 0 10px 0 11px; */
}

    .button-14:hover {
        background-color: #f7fafa;
    }

    .button-14:focus {
        border-color: #008296;
        box-shadow: #fff;
        outline: 0;
    }



.button-6 {
    align-items: center;
    background-color: #d3e4e5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: Tahoma, "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    /*font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    height: 30px;
}

.button-6:hover,
.button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
    transform: translateY(-1px);
}

.button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
}



.clear {
    clear: both;
}

    .title {
        display: block;
        float: left;
        text-align: left;
        width: auto;
    }

    .loginDisplay {
        font-size: 1.1em;
        display: block;
        text-align: right;
        padding: 10px;
        color: White;
    }

        .loginDisplay a:link {
            color: #F1F4F6;
        }

        .loginDisplay a:visited {
            color: #F1F4F6;
        }

        .loginDisplay a:hover {
            color: #E3E8EE;
        }

    .failureNotification {
        font-size: 1.2em;
        color: Red;
    }

    .bold {
        font-weight: bold;
    }

    .submitButton {
        text-align: right;
        padding-right: 10px;
    }

@media screen and (max-width: 800px) {

    .main {
        padding: 12px 16px;
    }

    .page {
        border-left: none;
        border-right: none;
    }


    .header h1 {
        font-size: 1.8em;
        line-height: 1.3;
        padding: 10px 12px;
    }

    h2 {
        font-size: 1.35em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5, h6 {
        font-size: 1em;
    }
}


@media screen and (max-width: 600px) {

    .main {
        padding: 10px 12px;
    }

    .header h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.25em;
    }

    h3 {
        font-size: 1.12em;
    }
}

@media screen and (max-width: 480px) {

    .header h1 {
        font-size: 1.45em;
        padding: 10px 12px;
    }

    h2 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.08em;
    }

    h4, h5, h6 {
        font-size: 1em;
    }
    
}

