body{
    font-family: Helvetica;
    padding: 2em 3em;
    max-width: 1100px;
    margin: 0 auto;
}
*{
    margin: 0;
    padding: 0;
}
h3{
    color: black;
    margin: 1em 0;
}
menu, header{
    float: left;
}

menu{
    width: 75%;
}
menu li{
    float: left;
    margin: 0 .5em 1em 0;
}
li{
    list-style: none;
}
.configPanel a,
li a {
    padding: 0.3em 0 0.2em;
    margin: 0 0.5em;
    border-bottom-style: dotted;
}
a.selected{
    background: #d3dcee;
    border-color: transparent !important;
    padding: 0.3em .5em 0.2em;
    margin: 0;
    cursor: default;
    color: #000;
    border-radius: 0.3em
}
a.selected:hover{
    color: #000;
}
header{
    width: 25%;
}
dd, dt{
    margin-bottom: 1em;
    float: left;
    box-sizing: border-box;
    position: relative;
}
dd{
    width: 75%;
    color: gray;
}
dt{
    font-size: smaller;
    padding-right: 2em;
    width: 25%;
    clear: left;
    
}
a{
   border-bottom-color: #b2ccf0;
   color: #008ACE;
   text-decoration: none;
   border-bottom: 1px solid #b2ccf0;
   cursor: pointer;
   
}
a:hover{
   color: #C00;
   border-bottom-color: #ff9b9b;
   transition: none !important;
}
code{
    border-radius: 0.3em
}
#logo{
    border: none;
    margin-right: 1em;
}
header h2,
header a{
    display: block;
}
header h2{
    clear: left;
    margin-bottom: 2em;
}

nav, section, footer{
    width: 100%;
    float: left;
}
dl{
    display: none;
}
dl.selected{
    display: block;
}

footer{
    margin: 4em 0;
    font-size: 60%;
    color: silver;
    border-top: 1px #EEE solid;
    padding-top: 2em;
}
.table{
    font-size: smaller;
    margin: 1em 0;
    
}
.table td:first-child{
    padding-right: 1em;
}
fieldset{
    border:1px dotted white;
    border-radius: .5em;
    padding: 0 1em 1em 1em;
    margin: 0 0 0.5em -1em;
}
fieldset legend{
    font-size: smaller;
    padding: 0 0.3em;
    color: white;
    background: white;
}
dd:hover fieldset legend{
    color: silver;
}
dd:hover fieldset{
    border-color: silver;
}
.configPanel{
    margin-top: 1.5em;
}
hr{
    color: #EEE;
    background-color: #EEE;
    height: 1px;
    margin: 1.2em 0;
    display: block;
    width: 100%;
    border: 0;
}
