/* base specs */

html {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
      box-sizing: inherit;
}

body {
    margin: 0;
}

body > * {
    margin: 1em;
}

nav ul {
    padding: 0;
}

nav ul, nav ul > li {
    list-style: none;
}

nav ul > li {
    border: 2pt dotted #cc8866;
    padding: 6pt;
}
nav ul.branch > li {
    border: none;
}

table.invisible {
    border: none;
}

/* body > nav.top { */
.top {
    background-color: #cc8866;
    color: white;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 8pt;
}

.top:before, .top:after {
    content: " ";
    display: table;
}
.top:after {
    clear: both;
}

body nav a {
    color: #ffffff;
}

a.branch, body nav a {
    color: #ffffff;
    background: #cc8866;
    padding: 2pt 4pt;
    border-radius: 7pt;
}

body nav a.button {
    border: 2pt solid white;
    box-shadow: 2pt 2pt 3pt grey;
}

body nav > a {
    padding: 1pt 2pt;
    border-radius: 5pt;
} 

input.button {
    font-size: 100%;
    color: #ffffff;
    background: #cc8866;
    padding: 2pt 4pt;
    border-radius: 7pt;
    border: 2pt solid white;
    text-decoration: underline;
    box-shadow: 2pt 2pt 3pt grey;
}

form.button {
    display: inline;
}

.topright {
    float: right;
}

.branchbox {
    float: right;
    border: 2pt dotted #cc8866;
    padding: 6pt 4pt;
    border-radius: 7pt;
}

.debug {
    float: right;
    margin-right: 10pt;
    margin-left: 10pt;
}


a.branch:visited, input.button:visited, body nav a:visited {
    /* color: #cccccc; */
    color: #ffffff;
}

a.branch:active, input.button:active, body nav a:active {
    color: #ff0000 !important;
}
a.branch:hover, input.button:hover, body nav a:hover {
    background-color: #dd9977;
}

body nav h1 {
    margin: 0;
    padding-bottom: 4pt;
}

#main {
    margin: 8pt;
}

.alert {
    font-weight: bold;
    background: yellow;
}

.flashmessage {
    font-weight: bold;
    background: yellow;
    color: black;
}
