
            html {
                font-family: 'Nunito', ui-sans-serif, sans-serif;
                font-size: 20px;
            }

            table.opening td, table.opening th {
                padding: 5px 15px;
                text-align: center;
                border-bottom: dashed 1px rgba(0,0,0, 0.1);
                border-right: dashed 1px rgba(0,0,0, 0.1);
            }

            table.opening td:first-child, table.opening th:first-child {
                text-align: left;
            }

            details {
                margin-bottom: 0.5rem;
            }

            details > summary {
                list-style: none;
                box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
                background-color: #EDEDED;
                padding: 1rem 10px;   
                box-sizing: border-box;
            }

            details > p {
                padding: 20px;
            }


            details[open] > summary {
            }

            body {
                margin: 0;
                padding: 0;
                background-color: #c6dae5;
                background-image: url(covid_background.svg);
                background-position: 0px 180px;
                background-repeat: no-repeat;
                background-size: auto 75vh;         
            }

            header {
                background-color: #f4784f;
                height: 160px;
                background-image: url(covid.svg);
                background-position: top right;
                background-repeat: no-repeat;
                display: flex;
                align-items: center;
                padding: 0 10px;
                min-width: 500px;
                box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
                margin-bottom: 2rem;
            }

            a.language {
                margin-left: 20px;
                display: block;
            }

            header div.book {
                flex: 2;
                text-align: center;
            }

            header div.logo {
                text-align: right;
                padding-right: 77px;
                padding-top: 5px;
            }

            header div.logo img {
                height: 100%;
                width: auto;
            }

            header > div {
                flex: 1;
            }

            a {
                color: #333333;
                text-decoration: none;
            }

            a:hover {
                text-decoration: underline;
            }
            
            footer {
                background: #adbed8;
            }

            footer > div {
                margin: 2rem auto 0 auto;
                display: flex;
                font-size: 0.9rem;
                padding: 1rem 0 1rem 0;
                max-width: 1200px;
            }

            footer > div > * {
                padding: 20px 30px;
            }

            footer > div > .arcticlogo {
                display: flex;
                align-items: flex-end;
                padding-left: 60px;
            }

            footer nav {
                font-weight: 600;
            }

            footer > div > .arcticlogo > img {
                width: 160px;
            }

            .location-spacer {
                margin: 0.25rem 0;
                height: 1px;
                border-bottom: 1px outset rgba(128, 128, 128, .1);
            }

            h1 {
                font-style: normal;
                font-weight: 600;
                letter-spacing: 0.07rem;
                font-size: 1.6rem;
                margin-bottom: 0.2rem;
            }

            h2 {

                font-style: normal;
                font-weight: 600;
                letter-spacing: 0.07rem;
                font-size: 1.5rem;
                text-align: center;
                text-transform: uppercase;
            }

            h3 {
                margin-top: -0.4rem;
                margin-bottom: 1.2rem;
                font-size: 1rem;
                text-align: center;

            }

            h4 {
                margin-top: -0.4rem;
                margin-bottom: 1.2rem;
                font-size: 0.8rem;
                text-align: center;

            }

            aside {
                position: fixed;
                right: 50px;
                bottom: 50px;
                z-index: 1500;
            }

            aside img {
                filter: drop-shadow( 3px 3px 4px rgba(0, 0, 0, .2));
                width: 120px;
            }

            aside img:hover {
                filter: drop-shadow( 3px 3px 4px rgba(0, 0, 0, .5));
            }

            hr {
                height: 5px;
                margin: 3.5rem 0 3.5rem 0;
                background: linear-gradient(to right, #c6dae5, #c6dae5 15%, #f4784f 50%, #c6dae5 85%, #c6dae5);
                border-radius: 10px;
                border: 0px solid none;
                border-style: none;
                opacity: 0.75;
                z-index: 1001;
            }

            .content .img-wrapper {
                text-align: center;
                box-sizing: border-box;
                margin: 0;
            }

            .img-wrapper img {
                box-sizing: border-box;
                border-radius: 10px;
                box-shadow: 2px 2px 3px rgba(0,0,0, 0.2);
                max-width: 600px;
                width: 100%;
                box-sizing: border-box;
            }

            .content {
                box-sizing: border-box;
                max-width: 1200px;
                margin: 0 auto;
                z-index: 1000;
                min-width: 500px;
                padding: 0px 80px 0 80px;
                min-height: calc(100vh - 430px);
            }

            .content_book {
                padding: 0 10px !important;
            }

            p {
                letter-spacing: 0.05rem;
                line-height: 1.5rem;
                margin-top: 0.1rem;
                margin-bottom: 3rem;
                color: #333333;
            }

            .book img {
                filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));

            }

            .book img:hover, .book a:hover img {
                filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
            }

            .book img {
                width: 260px;
            }

            .hidden {
                display: none;
            }

            .breaker {
                display: none;
                flex-basis: 100%;
                height: 0;
            }

            figcaption {
                font-style: italic;
                font-size: 0.7rem;
                word-break: break-all;
            }

            .free {
                color: #d42853;
                font-size: 1.05em;
            }

            @media only screen and (max-width: 1600) {
                html {
                    font-size: 20px;
                }
            }

            @media only screen and (max-width: 1000px) {
                html {
                    font-size: 18px;
                }
                header {
                    align-items: flex-start;
                    padding-top: 30px;
                    flex-wrap: wrap;
                    min-width: auto;
                }

                header div.logo {
                    text-align: center;
                    flex: 1;
                }

                header div.language {
                    flex: 0;
                }

                header div.language img { 
                    width: 35px;
                }

                .content {
                    padding: 0px 30px 0 30px;
                    min-height: auto;
                    min-width: auto;
                }

                .breaker {
                    display: block;
                    height: 1px;
                    padding: 0;
                }

                footer {
                    margin-bottom: 60px;
                }

                footer > div {
                    flex-wrap: wrap;
                }

                footer nav {
                    order: 1;
                    flex-basis: 100%;
                    text-align: center;
                }

                footer > div > .arcticlogo {
                    order: 2;
                    flex: 1;
                    justify-content: center;
                }

                footer > div > .arcticlogo img {
                    width: 100px; 
                }

                footer > div > .locations {
                    order: 3;
                    flex: 1;
                }

                header div.book {
                    position: fixed;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    height: 60px;
                    background-color: #f4784f; 
                    border-top: 1px solid #666666;
                    padding-top: 10px;
                    z-index: 1100;
                }

                header div.book.noshow {
                    display: none;
                }

                .book img {
                    width: 220px;
                }

                div.book a {
                    display: block;
                    text-align: center;
                }

                .img-wrapper img {
                    max-width: 300px;
                    width: 300px;
                }

                header > div {
                    text-align: left;
                }

                header > *:first-child {
                    margin-bottom: 20px;
                }

                aside {
                    display: none;
                }                
            }
