body {
    font-family: Arial, sans-serif;
    background-color: #F5F5F5;
}

/* Begin header */

#header {
    position: relative;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    width: auto;
    background-color: #283155;
    /*margin-left: auto;
    margin-right: auto;
    margin-top: 2em;*/
    width: 100%;
    padding: 0;
}

#headerimg {
    padding-left: 2em;
}

#headlinks {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

#headlinks a {
    color: #e0e0c0;
    font-weight: bold;
    text-decoration: none;
    padding: 0.9em;
    padding-bottom: 1.4em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
}

#headlinks a:hover {
    background-color: #343d5c;
}

a img {
    border: none;
    vertical-align: middle;
    margin-right: 0.2em;
}

/* End header, begin content */

#container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    width: 1024px;
    -moz-border-radius: 1.1em;
    -webkit-border-radius: 1.1em;
    height: 80%;
    padding-bottom: 1em;
}

#container p {
    margin-top: 5px;
    margin-left: 14px;
}

#container h1 {
    padding: 0;
    margin-left: 14px;
    margin-bottom: 0;
}

h3 {
    text-align: center;
    margin-left: 14px;
    margin-top: 10px;
    margin-bottom: 2px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: blue;
}

#content {
    font-size: 15px;
}

.example {
    display: table;
    margin-bottom: 1em;  
    width: 100%;
}

.codeblock {
    font-family: "Courier New";
    background-color: #fcf9b1;
    border: 1px dashed black;
    padding: 1em;
    display: table-cell;
    white-space: nowrap;
    overflow: auto;
    font-size: 14px;
    text-align: left;
}

.example-sidepane {
    display: table-cell;
    padding: 5px;    
    max-width: 250px;
    text-align: center;
}

.example-sidepane p {
    text-align: left;
    margin-right: 20px;
}

.example-sidepane ul {
    text-align: left;
}

.example-sidepane {
    padding: 5px;
}

.skeleton-sidepane {
    display: table-cell;
    padding: 10px;
}

.skeleton-sidepane ul {
    padding-left: 20px;
}

.snippet {
    font-family: "Monospace";
    font-style: normal;
}

#example-list {
    padding-left: 0.5em;
}

#example-list li {
    list-style: none;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    padding: 1em;
    
}

#example-list li a {
    -moz-border-radius: 0.5em
    -webkit-border-radius: 0.5em;
    color: blue;
    text-decoration: none;
    margin: 1em;
}

/* Page-specific content */

li img {
    vertical-align: middle;
}

.screentoggler {
    width: 100%;
    text-align: center;
}

.screenshots {
    text-align: center;
}

.chooserbuttons {
    text-align: center;
}

.status-matrix {
    width: 50%;
    border-spacing: 0;
}

.status-matrix td, .status-matrix th {
    background-position: center center;
    background-repeat: no-repeat;
    width: 10%;
    height: 2em;
    background-color: #fafafa;
    padding: 4px;
}

.status-matrix td.done {
    background-image: url(images/done.png);
    text-align: right;
}

.status-matrix td.todo {
    background-image: url(images/todo.png);
}

table.downloads
{
    width: 100%;
    text-align: center;
}

h2 {
    font-size: 18px;
    padding-left: 1em;
}

table.flags-reference th
{
    text-align: left;
}

table.flags-reference, table.statux-matrix
{
    margin-left: 2em;
}

table
{
    width: 70%;
    background-color: #fafafa;
    border-spacing: 0;
    border: 1px solid gray;
}

table td, table th
{
    border: 1px solid gray;
    padding: 5px;
    
}

table td.warn
{
    background-color: #FFDDDD;
}

.footnote {
    font-size: 11px;
}

#footer {
    padding: 1em;
    text-align: center;
}

.codename
{
    font-style: italic;
}

.wut
{
    margin: 10px;
    padding: 10px;
    font-size: 12px;
}

.sign
{
    padding-left: 20px;
}
