html, body {
    padding: 0;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    background-color: #FBFBFB;
    color: #333333;
}

.page {
    margin: 64px;
    border: 8px solid #E0F0F0;
    background-color: #E8F8F8;
    box-shadow: 0px 0px 127px #CCCCCC;
    text-shadow: 1px 1px 1px #AA77DD;
    border-radius: 32px;
    padding: 32px;
}

a, a:visited {
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #54D0E7;
    text-shadow: 1px 1px 1px #9966CC;
}

h1 a, h1 a:visited {
    color: #F7B4C0;
    text-shadow: 1px 1px 1px #9966CC;
}


a:hover, a:active {
    opacity: 0.5;
}

.page a {
    font-style: normal;
}

.page .editor h2 {
    border-bottom: 2px solid #E0F0F0;
}

.file_picker {
    position:relative;
    color: #54D0E7;
    overflow: hidden;
    width: 100px;
}

.file_picker input {
    z-index: 1;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file_picker:hover {
    opacity: 0.5;
}

.hidden {
    display: none;
}


.palettes table,
.palettes table tr,
.palettes table tr td {
    border-collapse: collapse;
    border-spacing: 0;
}

.palettes th {
    width: 32px;
}

.palettes td {
    height: 16px;
    min-height: 16px;
}

.palettes td .color {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    margin: 4px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #333333;
}

.footnote {
    font-size: 0.8em;
    font-style: italic;
    padding-top: 16px;
    color: #C0D0D0;
    text-align: right;
}