.tableContainer {
    
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    margin-right: 2rem;
    
}

.standingsTable {
    
    width: 100%;
    text-align: center;
    
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.standingsTitleRow {
    
    font-size: 1.2rem;
    font-weight: 200;
    
}

.standingsTable tr {
    
    line-height: 2.5rem;
    
}