﻿body {
    font-family: "Open Sans","Helvetica",sans-serif;
}

body.branded > div.background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1000000;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.box {
    margin: 128px auto;
    width: 512px;
    text-align: center;
    background-color: #eee;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.box h2 {
    margin: 0 0 1em;
    background-color: white;
    border-radius: 4px;
    padding: 8px;
}

.box form {
    margin: 1em 0;
}

.box button {
    width: 50%;
    padding: 8px;
    font-size: medium;
}

.box code {
    background-color: #fff;
    padding: 2px;
}

.box .gray {
    text-align: right;
    font-size: x-small;
    color: #888;
}

.box .text {
    margin: 0.5em 0;
}

.box table {
    width: 100%;
    text-align: left;
}

.box table td {
    background-color: #f8f8f8;
    padding: 2px 4px;
}

table.small td {
    font-size: small;
}

button {
    cursor: pointer;
}

button[disabled] {
    cursor: default;
}
