html, body {
    margin:0;
    padding:0;
    font-family: "Lucida Grande", Verdana;
    font-size: 0.9em;
    text-align: center;
    background-color:#F2F2F2;
}

input, select {
    font-size:0.9em;
}

table {
    margin-top:-10px;
    margin-left:7px;
}

h4 {
    font-size:1.1em;
    text-decoration:none;
    font-weight:normal;
    color:#23A4FF;
}

a {
    color:#23A4FF;
}

.text {
    margin: 7px;
}

#log {
    position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}


#infovis {
    width:100%;
    height: 100vh;
    background-color:#1a1a1a;
    color:#ccc;
    overflow:hidden;
}

#nav{
    position: absolute;
    left: 0;
    width:200px;
    padding-top: 20px;
    color: white;
    z-index: 999;
    text-align: left;
}

#nav li{
    list-style-type: none;
    padding: 10px 20px;
}

#nav a:hover,
#nav a:focus,
#nav a:active,
#nav a.active{
    color: aqua;
}

