/**
 * Folha de estilos para os gráficos do sistema.
 *
 * @author Herberts Cruz
 */
ul#graficos, ul#graficos li { margin: 0px; padding: 0px; }
ul#graficos { 
    width: 945px; 
    margin: 0 auto; 
    float: none; 
}
ul#graficos li { 
    float: left; 
    margin-left: 10px; 
    margin-bottom: 10px; 
    list-style-type: none; 
}
ul#graficos div.container { 
    width: 300px; 
    height: 300px; 
    border: #CCC solid 1px;
}
ul#graficos .botoes_form { margin-top: 10px; }
div.container-publico { width: 455px !important; }