        body {
            background-color: #000000;
            color: #ffffff;
        }

        select {
            font-size: 10pt;
            font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
            background-color: #DD533C;
            padding: 4px;
            border-radius: 3px;
            color: #ffffff;
            border-style: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
        }

        .textbox {
            font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
            width: 80%;
            max-width: 25rem;
            border-style: none;
            text-align: center;
            margin: auto auto;
        }

        h1 {
            font-size: 16pt;
            font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
            color: #ffffff;
        }

        input {
            font-size: 12pt;
            font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
            background-color: #DD533C;
            padding: 8px;
            color: #ffffff;
            border-style: none;
            width: 300px;
        }

        a {
            color: #ffffff;
            text-decoration: underline;
        }

        .msgspan {
            color: #ffffff;
        }

        .footer {
            font-size: 8pt;
            color: #808080;
        }

        ::selection {
            background: #1E6236; /* WebKit/Blink Browsers */
            color: #FFFFFF;
        }
        ::-moz-selection {
            background: #1E6236; /* Gecko Browsers */
            color: #FFFFFF;
        }




        #inputParagraph { display: inline; }
        #optionParagraph { display: none; font-size: 10pt; color: #ffffff; }
        #msgParagraph { display: none; }
        #outputParagraph { display: none; }
        #logo { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 200px; width: 200px; height: 101px; background: url(/snabbfoting.se-800x404.png) no-repeat; background-size: 200px 101px; }
        #mailhref { border: none; filter: invert(100%); width: 25px; height: 25px; }
        #envicon { width: 20px; height: 20px; }
        #submitbutton { width: 30px; font-size: 10pt; padding: 5px; border-radius: 3px; }
