﻿@charset "UTF-8";
article, aside, header {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, input, select {
    font-family: sans-serif;
}

html, input, select, textarea {
    color: #222;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    letter-spacing: 0.1em;
    font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    background-color: #ddd;
}

a {
    color: #6B8E23;
}

a:link, a:visited {
    text-decoration: none;
    color: #6B8E23;
}

a:active, a:hover {
    text-decoration: underline;
    color: #6B8E23;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

form {
    margin: 0;
}

input, select, textarea {
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header-container {
    border-top: 3em solid #6B8E23;
}

.footer-container, .main article {
    border-top: 1em solid #6B8E23;
}

/* 83a601 #6B8E23 */
.header-container, .footer-container, .main article {
    background: #555;
}

.footer-container, .footer-container a {
    color: #fff;
}

.main article a {
    color: #fff;
}

.title {
    color: #fff;
}

.main {
    padding: 1em 0;
}

.main article {
    color: #fff;
    padding: 0 2% 1em;
}

#wrap_gplus {
    float: left;
    width: 80px;
    line-height: 20px;
    height: 20px;
}

#wrap_fblike {
    float: left;
    width: 200px;
    line-height: 20px;
    height: 20px;
}

#disclaimer {
    line-height: 2.5em;
}

#cookiehint a {
    color: #000;
    text-decoration: none;
}

#cookiehint a:hover {
    text-decoration: underline;
}

#cookiehint div {
    padding: 10px;
    padding-right: 40px;
}

#cookiehint {
    outline: 1px solid #7b92a9;
    text-align: left;
    border-top: 1px solid #fff;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=0);
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    font-size: 0.9em;
    line-height: 1.1em;
}

#cookiehintCloser {
    color: #777;
    font: 1.2em/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor: pointer;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #7b92a9;
    border-right: 1px solid #7b92a9;
    padding: 4px;
    background: #ced6df; /* Old browsers */
    background: -moz-linear-gradient(top, #ced6df0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ced6df), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ced6df0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ced6df0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ced6df0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ced6df0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced6df', endColorstr='#eeeeee', GradientType=0);
}

#cookiehintCloser:hover {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #7b92a9;
    border-left: 1px solid #7b92a9;
}

@media only screen and (min-width: 0) {
    h1 {
        font-size: 1.2em;
    }

    .main article {
        font-size: .8em;
        line-height: 1.1em;
    }

    .main article label {
        line-height: 2em;
    }

    #help {
        margin-top: 1.0em;
    }

    #help h2 {
        font-size: 1.0em;
    }

    #disclaimer {
        font-size: .8em;
    }

    #decoded, #encoded {
        height: 200px;
    }
}

@media only screen and (min-width: 480px) {
    h1 {
        font-size: 1.5em;
    }

    .main article {
        font-size: .8em;
        line-height: 1.1em;
    }

    #help {
        margin-top: 1.6em;
    }

    #disclaimer {
        font-size: .8em;
    }

    #decoded, #encoded {
        height: 150px;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 1.8em;
    }

    .main article {
        font-size: 1.0em;
        line-height: 1.3em;
    }

    .main article select {
        font-size: .9em;
        line-height: 1.5em;
        height: 1.6em;
    }

    #help {
        margin-top: 2.0em;
    }

    #help h2 {
        font-size: 1.0em;
    }

    .header-container, .main article {
        -webkit-box-shadow: 0 5px 10px #aaa;
        -moz-box-shadow: 0 5px 10px #aaa;
        box-shadow: 0 5px 10px #aaa;
    }

    .title {
        float: left;
    }

    .main aside {
        float: left;
        width: 57%;
    }

    .main article {
        float: right;
        width: 35%;
    }

    #decoded, #encoded {
        height: 250px;
    }
}

@media only screen and (min-width: 1140px) {
    h1 {
        font-size: 2em;
    }

    .main article {
        font-size: 1.1em;
    }

    .wrapper {
        width: 1026px;
        margin: 0 auto;
    }

    #help h2 {
        font-size: 1.0em;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }
}

#help nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#help nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: .8em;
    line-height: 2.4em;
}

#message {
    font-size: 1em;
}

#declbl, #keylbl, #enclbl, #method {
    display: block;
}

#keyfield {
    padding-top: 1em;
}

#extra {
    padding-top: 1em;
}

#enclbl {
    padding-top: 1em;
}

#decoded, #key, #key2, #encoded {
    width: 100%;
}

#period {
    width: 30px;
}

#encode, #decode {
    height: 2em;
    vertical-align: top;
    padding: 2px 6px;
}

#swap {
    display: inline;
    height: 2em;
    vertical-align: top;
    padding: 2px 6px;
}

#actions {
    float: right;
    margin: 1em 0;
}

#disclaimer span {
    margin-right: 15px;
}

.hidden {
    display: none;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.pr {
    height: 10px;
    line-height: 10px;
}

.pb {
    width: 10px;
    background-color: #000;
}

.pw {
    width: 10px;
    background-color: #fff;
}