<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        .Introduction {
            display: none;
        }

        .glyphicon {
            margin-right: 0.5em;
        }

        .list-item {
            /*margin-bottom: 0.5em;*/
        }

            .list-item img {
                float: left;
                margin-left: -1.05em;
                /*margin-right:1em;*/
            }

        .thumbnail:after {
            display: block;
            content: '';
            clear: both;
        }

        .item:hover {
        }

        .h3-wrapper {
            min-height: 2em;
        }

            .h3-wrapper h3 {
                margin: 0;
                /*font-style: italic;*/
            }

        .caption p:last-child &gt; a {
            display: inline-block;
        }

        .navbar-brand &gt; img {
            height: 25px;
            width: 48.75px;
        }
          .well {
            margin-top:0.5em;
            padding-bottom:0.2em;
        }
        
        .btn-group {
            margin-right: 0.5em;
            margin-bottom:0.5em;
        }

        h2 {
            font-family: 'EB Garamond', serif;
            font-style: italic;
            text-align: center;
            margin-bottom: 1em;
        }

            h2:after {
                content: '';
                position: absolute;
                top: 1.3em;
                left: 0;
                display: inline-block;
                /*border-top: 1px solid #9a9a9a;
                border-top: 1px solid #fcdd7f;*/
                width: 100%;
                z-index: 1;
            }

            h2 span {
                display: inline-block;
                position: relative;
                z-index: 2;
                width: 25%;
                min-width: 7em;
                background-color: #fff;
                letter-spacing: 0.3em;
                color: #7b7b7b;
            }

        .thisyellow:after {
            border-top: 1px solid #fcdd7f;
        }

        .thisred:after {
            border-top: 1px solid #f27f88;
        }
        .thisgreen:after {
            border-top: 1px solid #1a7131;
        }

        .products-item {
            margin-bottom: 2.5em;
        }

            .products-item &gt; .row {
                padding: 0 1em;
            }</pre></body></html>