.forecast.container {
    margin-bottom: 100px;
}

.forecast.weekdata {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}
.forecast.weekdata>div {
    margin: 10px 0;
}
.forecast.weekdata span {
    font-weight: 400;
}
.forecast.header {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}



.forecast.datatable{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.forecast .flexrow{
    flex-direction: row;
    display: flex;
    width: 60%;
    margin: 20px auto;
    justify-content: space-between;
    gap:0;
    margin: 0 auto;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.forecast .flexrow>:nth-child(1){
    width: 30%;
}
.forecast .flexrow>:nth-child(2){
    width: 20%;
    text-align: right;
}
.forecast .flexrow>:nth-child(n+3){
    width: 20%;
    text-align: right;
}

.forecast .flexrow div>input {
    width: 90%;
    text-align: right;
    
}


.forecast.buttons {
    text-align: center;
    margin: 20px auto;
}





.forecast.pnl.toggle {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 15px;
}