/*
 * SPDX-FileCopyrightText: Copyright (c) 2012-2026, Yegor Bugayenko
 * SPDX-License-Identifier: MIT
 */

/*
 * JIGSAW IGNORE: there is some problem in w3c server now
 */

/*
 * all elements
 */
a,
img,
body,
input,
h1,
h2,
h3,
textarea {
    font-family: HelveticaNeue, Helvetica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-variant: normal;
    font-stretch: normal;
    font-weight: normal;
    color: #333;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
}

@media (orientation: portrait) and (min-device-width: 320px) and (max-device-width: 480px) {
    * { font-size: 1.2em; }
}
@media (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px) {
    * { font-size: 1.1em; }
}

.right {
    text-align: right;
}

a {
    font-size: 100%;
    color: #004B91;
}

    a:hover {
        color: #E47911;
        text-decoration: underline;
    }

p {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

h1 {
    color: #E47911;
    font-size: 170%;
    margin: 1.5em 0 1em 0;
}

ul {
}

    ul li {
        padding-left: 1.3em;
        list-style-type: none;
        background-image: url('https://www.s3auth.com/images/bullet.png');
        background-repeat: no-repeat;
        background-position: 0 .5em;
        margin-bottom: 0.5em;
    }

.tt,
.fixed,
code,
pre {
    font-family: 'Consolas', 'Menlo', 'Monaco', 'Courier New', monospace;
    background-color: #f3f3f1;
}

.tt {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

pre {
    padding: 1em;
    width: 55em;
}

input {
    border: solid 1px #666;
    background-color: white;
    padding: 0.2em;
}
    input.submit {
        display: block;
        cursor: pointer;
        background-image: url('https://www.s3auth.com/images/submit.png');
        border: 0;
        width: 60px;
        height: 22px;
        margin-top: 0.5em;
    }

label {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    display: block;
}

#content {
    padding: 2em;
}

#flash {
    padding: 0.4em 0.8em;
}

    #flash.INFO {
        color: green;
        background-color: #dfd;
        border: 1px solid green;
    }

    #flash.WARNING {
        color: red;
        background-color: #fdd;
        border: 1px solid orange;
    }

    #flash.SEVERE {
        color: red;
        background-color: #fdd;
        border: 1px solid red;
    }

#version {
    font-size: 0.9em;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0.4em 0.8em;
    background-color: #e4e5e3;
    color: gray;
}

img.icon {
    margin-right: 0.5em;
    width: 32px;
    height: 32px;
}
