.overallsection .overallMainContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}
.overallsection .titleContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.overallsection .sectionTitle {
    font-family: "Metropolis Bold";
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 3.6px;
    color: #333;
}

.overallsection .hLine {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: #707070;
}

.overallsection table tr td {
    border-right: 1px solid #221f20;
    border-bottom: 1px solid #221f20;
}

.overallsection table tr td:last-child {
    border-right: none;
}

.overallsection .statsTablePerTag table {
    width: auto;
}

.overallsection .statsTablePerTag table .commCol {
    width: 140px;
    text-align: center;
}

.overallsection .statsTablePerTag table .nameRow {
    padding: 2px 10px;
}

.overallsection .statsTablePerTag table tr td {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.overallsection .statsTablePerTag table tr:last-child td {
    border-bottom: none;
}

.overallsection .statsTablePerTag {
    border: solid 1px #707070;
    border-radius: 10px;
    margin: 20px 0;
}

.overallsection .statsContainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.overallsection .indexesContainer {
    display: flex;
}

.overallsection .noteContainer {
    width: 100%;
}

.overallsection .noteContainer > * {
    font-family: "Metropolis Regular";
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #333;
}

.overallsection .noteContainer .blueText {
    font-family: "Metropolis Bold";
    color: #0eb5fe;
}
