/* Battery cell equations table */

.battery-calc-cell-data-help-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


#battery-calc-cell-data-help td {
    padding: 5px 10px;
    font-size: smaller;
}

#battery-calc-cell-data-help tr:nth-of-type(1), td:nth-of-type(1) {
    font-weight: normal;
    text-align: left;
}

.battery-calc-cell-spec-help-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* Battery pack equations table */

.battery-calc-pack-data-help-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


#battery-calc-pack-data-help td {
    padding: 5px 10px;
    font-size: smaller;
}

#battery-calc-pack-data-help tr:nth-of-type(1), td:nth-of-type(1) {
    font-weight: normal;
    text-align: left;
}

.battery-calc-pack-spec-help-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}