/* Team */

#team {

}

#teamTitle {

}

#teamTable {

}

.teamTableRow {

}

.teamTableRowTotal {

}

.teamTableRowDelta {
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}

.teamTableRowPto {
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}

/* Methodology */

#teamMethodology {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 13px;
}

.teamMethodologyTitle {
    font-weight: 700;
    margin-bottom: 8px;
}

.teamMethodologyList {
    margin: 0;
    padding-left: 18px;
    display: grid;
    row-gap: 6px;
}
