
body,
html {
    margin: 0;
    padding: 0;
    background-color: #fffeff;
}

.box {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box- {
    padding: 5px 0 0 0;
    display: flex;
    justify-content: space-around;
    /* flex-wrap: nowrap; */
    margin: 0 0 30px 0;
}

/* .quebra{
    width: 30%; 
} */
#container{
   background-color: transparent;
}
.gra{
    width: 100px;
}
/* #chart {
    height: 100px;
    width: 100%;
    max-width: 550px;
    width: 100%;

} */

.box-center {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.conta {
    margin: 10px 0;
    padding: 0 3%;
}



.tabela {
    width: 100%;
}

.text-center {
    height: 50px !important;
    width: 200px !important;
    text-align: center;
    align-items: center;
}

.amonia {
    display: hidden !important;
}

.nitrito {
    height: 200px;
}

.nitrato {
    height: 300px;
}

.titulo {
    font-size: 20px;
}

.regiao {
    display: flex;
}
.charts{
    display: flex;
    margin: 50px -50px 0 -150px;
    flex-wrap: wrap;
    width: 1000px;
}

iframe {
    border-radius: 5px;
}

span {
    font-size: 12px;
}