
body {
    font-family: Times, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.4;
    color: #080888;
    background-color: #fff;
    margin: 2em auto 0;
    text-align: center;
    overflow-wrap: break-word;
}

span {
    display: inline-block;
}

a {
    color: #35c;
    text-decoration: none;
    outline: none;
}

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

a:active {
    color: #57e;
}

table {
    font-size: 1em; /* fix small table font size in Chrome */
}

h1 {
    font-style: italic;
    font-size: 1.9em;
}

h2, .faq-section dt {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f8fdff;
    margin-top: 2.2em;
    margin-bottom: 1.2em;
    padding: 0.3em 0.4em;
    border: 1px solid #f1f4f8;
    border-top: 2px solid #6f9fcf;
}

img {
    border: 0 none;
}

image.resizable {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

input[type="image"] {
    outline: none;
}

input[type="checkbox"], input[type="checkbox"] + label,
input[type="radio"], input[type="radio"] + label {
    cursor: pointer;
}

.image-button {
    border: 0;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

li {
    margin-bottom: 0.1em;
}

.spacious li {
    margin-bottom: 1em;
}

.content {
    max-width: 800px;
    text-align: justify;
    margin: 0 auto;
}

@media (max-width: 820px) {
    .content {
        margin: 0 10px;
    }
}

.footer {
    clear: both;
    font-size: 0.7em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #909090;
    margin-top: 5em;
    margin-bottom: 0;
    border: 1px solid #f9f9f9;
    border-top-color: #ebeef1;
    background-color: #fefefe;
    padding: 1.4em;
    text-align: center;
    position: relative;
}

.footer a {
    color: #707077;
}

@media (min-width: 800px) {
    .footer div {
        display: inline-block;
        padding: 0 1.4em;
    }

    .footer .left {
        position: absolute;
        left: 0;
    }

    .footer .right {
        position: absolute;
        right: 0;
    }
}

.header {
    margin-bottom: 1.2em;
    text-align: center;
}

.header .fancy {
    font-style: italic;
}

.header .font-logo {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Palatino Linotype', Palatino, 'URW Palladio L', serif;
}

.centered {
    text-align: center;
}

.vcentered {
    vertical-align: middle;
}

.hidden {
    display: none;
}

.note-small {
    font-size: smaller;
}

code {
    font-size: 0.8em;
    font-family: "Courrier New", monospace;
    color: #777;
    white-space: nowrap;
}

pre code {
    overflow-x: auto;
    white-space: pre;
}

.buttonblue {
    color: blue;
}

.notice {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid;
    margin: 1em 0;
    padding: 0.3em 0.4em 0.3em 0.4em;
}

.noticesuccess {
    border-color: #7d7;
    background-color: #efe;
}

.noticefail {
    border-color: #f99;
    background-color: #fee;
}

.noticeinfo {
    border-color: #cc9;
    background-color: #ffd;
    font-size: 1em;
    font-weight: normal;
    padding: 0.8em;
    text-align: justify;
}

.noticeinput {
    border-color: #77e;
    background-color: #cdf;
    font-size: 1em;
    font-weight: normal;
    padding: 0.8em;
}

.noticedummy {
    border-color: #fff;
}

.error-exception, .error-stacktrace {
    text-align: left;
    white-space: pre;
}

.donate-button {
    float: right;
    line-height: 0;
}

.donate-button form {
    display: inline-block;
    vertical-align: middle;
}

.donate-button img, .donate-button span {
    vertical-align: middle;
}

@media only screen and (max-width: 640px) {
    .donate-button {
        display: none;
    }
}

.donate-section-button, .donate-section-button form {
    display: inline;
}

.donate-include form .image-button {
    vertical-align: middle;
}

.invalid-message {
    color: #f11;
}

.block, .adsright {
    padding: 0.8em;
    margin: 0.3em;
}

.block {
    background-color: #f8fdff;
    border: 1px solid #e3e6eb;
    border-top: 2px solid #6f9fcf;
}

.adsbygoogle {
    display: block;
}

.adstop {
    height: 100px;
    overflow: hidden; /* for fixed-size early rendering */
    text-align: center;
    margin: 2em 0 0.3em;
}

.adsright {
    width: 170px;
    max-height: 620px;
    overflow: hidden; /* for fixed-size early rendering */
    float: left;
    vertical-align: top; /* fix Chrome alignment bug */
}

.main-table-container {
    max-width: 780px;
    margin: 1.8em auto 1em;
}

.main-table-div {
    max-width: 520px;
    float: left;
    padding-top: 0;
}

@media (min-width: 600px) {
    .main-table-div {
        width: 520px;
    }
}

.main-table-div table caption {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f2f6f9;
    margin: 0 -0.7em 0;
    padding: 1em 0 1em;
    border-bottom: 1px solid #d6d6d6;
}

.main-table {
    border-collapse: collapse;
    height: 100%;
    text-align: left;
}

.main-table td {
    border-bottom: 1px dotted #d6d6d6;
    padding: 0.5em;
}

.main-table tr:last-child td {
    border-bottom: 0;
}

.main-table img {
    width: 48px;
    height: 48px;
}

.main-table a {
    font-weight: bold;
}

.main-table a.link {
    font-weight: normal;
}

.content-title {
    text-align: center;
}

.content-title img {
    width: 128px;
    height: 128px;
}

.license-accept {
    margin: 0 0 1em;
}

.faq-section h2 {
    font-size: 1.5em;
    border: none;
    margin-top: 3em;
    margin-bottom: 2em;
}

dl.faq dd {
    margin-left: 1em;
}

dl.faq dd pre code {
    margin-left: 1em;
    padding: 1em 2em;
}

.toc-header {
    font-weight: bold;
    margin: 0.5em 0;
}

.toc-item {
    margin-left: 1em;
}

.benchmark-table {
    border: 1px solid #f1f4f8;
    border-collapse: collapse;
    width: 100%;
}

.benchmark-table th {
    background-color: #f2f6f9;
}

.benchmark-table .table-section td {
    border-top: 1px solid #6f9fcf;
    border-bottom: 1px solid #6f9fcf;
    background-color: #f8fdff;
}

.benchmark-table tr {
    border: 1px solid #f1f4f8;
}

code.hljs {
    background-color: #f0f0f0;
}

.logos-48-amandel, .logos-48-autoup, .logos-48-awstats, .logos-48-bytestat, .logos-48-getwinfo,
.logos-48-pasteurizer, .logos-48-savernow, .logos-48-traytask, .logos-48-vnc2go  {
    background: url('/images/sprite_logos_48.png') no-repeat;
    width: 48px;
    height: 48px;
}

.logos-48-amandel     { background-position-x: 0px; }
.logos-48-autoup      { background-position-x: -48px; }
.logos-48-awstats     { background-position-x: -96px; }
.logos-48-bytestat    { background-position-x: -144px; }
.logos-48-getwinfo    { background-position-x: -192px; }
.logos-48-pasteurizer { background-position-x: -240px; }
.logos-48-savernow    { background-position-x: -288px; }
.logos-48-traytask    { background-position-x: -336px; }
.logos-48-vnc2go      { background-position-x: -384px; }
