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;
}

#container {
    width: 99%;
    height: 600px;
    margin:0 auto;
    position:relative;
}

#right-container, 
#center-container {
    height:600px;
    position:absolute;
    top:0;
}

#right-container {

    width:220px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
    right:0;
    background-image:url('col1.png');
    background-position:center left;
    border-right:1px solid #ddd;
    padding:4px 8px;
}

#right-container h4{
    text-indent:8px;
    
}

#center-container {
    width:750px;
/*         background-color:#1a1a1a; */
    color:#FAFAFA;

}

.text {
    margin: 7px;
}

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

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


#infovis {
    position:relative;
    width:830px;
    height:600px;
    margin:auto;
    overflow:hidden;
/*     background: blue; */
}



/*TOOLTIPS*/
.tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* CSS */
#center-container {
    width:730px;
    border: solid 1px;

}

#infovis {
    width:720px;
    -webkit-overflow-scrolling: touch;
    overflow-x:scroll ;
    overflow-y:scroll ;

    }
#infovis-canvas{
    border: solid 1px #f00;
 }
}/*

@media (max-width: 767px) {

}
*/