/* visualization container */
#container {
    width:100%;
    height:250px;
    overflow:none;
    margin-bottom:1em;
}
#infovis {
    background-color:#999;
    position:relative;
    width:100%;
    height:100%;
    border-radius:3px;
}
#log{
    margin-top:1em;
    border-top:1px solid #ccc;
    color:#ccc;
    font-size:10px;
}

/*new*/
#infovis-canvaswidget{overflow:hidden;}