/* Desktop (wide device) css */

table, p, li, a {
    font-family: sans-serif;
    font-size: 10pt;
}

pre {
    font-family: monospace;
    font-size: 9pt;
    background-color: #e0e0e0;
}

h3 {
    font-size: 12pt;
    font-style: italic;
}

ul.menu li.menu {
    display: block;
    position: relative;
    float: left;
    border: 1px solid #fff;
}

.logo {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

.container {
   float: left;
   margin: auto auto 10px auto;
   max-width: 800px;
}

.menubar {
   float: left;
   max-width: 85%;
}

.column {
   float: left;
   width: 25%;
   box-sizing: border-box;
   padding-right: 10px;
}

.footer {
    margin-top: 15px;
    clear: both;
    background-color: #999e6a;
    max-width: 800px;
}

.pixlist {
   clear: both;
   max-width: 100%;
   font: verdana;
   font-size: 10pt;
}

.pixcol {
    column-count: 2;
    column-gap: 10px;
    align-content: center;
}
