/*
      PlaintextToHash.com v1_5

      by Ryan E. Anderson

      Copyright (C) 2015 Plaintext To Hash
*/

/*    ---------------
          general    
      ---------------    */

body {
    min-width: 330px;
    margin: 0;
    padding: 0 18px;
    font: 12pt/100% "Courier New", Courier, monospace;
    background-color: #111;
    color: #ddd;
}

header, footer, section, article, main, form, fieldset {
    display: block;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.15em;
}

label {
    display: inline-block;
    padding: 5px;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2em;
}

p {
    line-height: 1.4em;
}

li {
    line-height: 1.6em;
}

a {
    color: #ddd;      
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

select, input {
    margin-bottom: 18px;
    font-family: inherit;
}

input[type="submit"] {
    cursor: pointer;
}

fieldset {
    padding: 12px 0 3px;
    background-color: #111;
    color: #ddd;
}

    fieldset select,
    fieldset input {
        margin-left: 18px;
    }

legend {
    color: #ddd;
}

/*    -------------------
          end general
      -------------------    */

/*    ---------------
          classes
      ---------------    */

.required {
    padding: 0 3px 0;
    color: #ff0000;
}

.spacer {
    visibility: hidden;
    padding: 0 3px 0;
}

.inline {
    display: inline;
}

span.separator {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 1px solid #666;
}

.form-label {
    display: inline;
    width: 100%;
    margin-bottom: 12px;
    margin-left: 18px;
}

@media(max-width: 750px) {
    .form-label {
        display: block;
    }
}

    .form-label p {
        padding: 5px;
    }

.salt {
    color: white;
}

.md5 {
    color: red;
}

.blowfish {
    color: orange;
}

.pbkdf2-sha256 {
    color: yellow;
}

.pbkdf2-sha512 {
    color: green;
}

.privacy-list {
    margin-left: 30px;
}

/*    -------------------
          end classes
      -------------------    */

/*    -----------------
          generator
      -----------------    */

#generator {
    width: 100%;
    margin-bottom: 18px;
}

#hash-container {
    display: none;
}

    #hash-container h4 {
        text-decoration: underline;
    }

    #hash-container h5 {
        text-transform: uppercase;
    }

    #hash-container p {
        word-break: break-all;
        white-space: normal;
    }

/*    ---------------------
          end generator
      ---------------------    */

/*    ---------------
          privacy
      ---------------    */

#privacy-content a {
    text-decoration: underline;
}

/*    -------------------
          end privacy
      -------------------    */

/*    --------------
          footer
      --------------    */

#fine-print {
    float: left;
    clear: right;
}

#information {
    float: right;
    list-style: none;
}

    #information li {
        float: left;
        padding: 0 8px;
    }

    #information li:last-child {
        padding-right: 0;
    }

@media(max-width: 750px) {
    #fine-print {
        float: none;
        text-align: center;
    }

    #information {
        width: 100%;
        padding: 0;
        float: none;
        list-style: none;
    }

        #information li {
            width: 100%;
            padding: 0;
            float: none;
        }
}

#footer-ad {
    display: block;
    width: 728px;
    margin: 0 auto 22px;
    clear: both;
}

#footer-responsive-ad {
    display: none;
    width: 100%;
    clear: both;
}

@media(max-width: 750px) {
    #footer-ad {
        display: none;
    }

    #footer-responsive-ad {
        display: block;
    }
}

/*    ------------------
          end footer
      ------------------    */