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


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

a {
    color:#23A4FF;
}

#container {
    margin:0;
    background-color:#BCB2BA;
}

#center-container {
    top:0;
    left:0px;
    background-color:#BCB2BA;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
}

#infovis {
    margin:auto;
    overflow:hidden;
}

.node:hover {
	color: rgb(242,255,246);
}