.nav {
    padding: 10;
    color: white;
    align: left;
    width: 10%;
    background-color: #4c4e99;
    vertical-align: top;
    link-color: white;
    font-size: medium;
    white-space:nowrap;
    
}

.summaryTable {
    
    border-collapse:collapse;
    empty-cells:hide;
}

:link {
    text-decoration: none;
    color: blue;
}

:visited {
    color: blue;
    text-decoration: none;
}

:hover {
    text-decoration: underline;
    color: blue;
}


.body {
    align: left;
    vertical-align: top;
    padding:10;
    font-family: arial;
    
}

.dataTable {
    font-size: 15;
    border-collapse: collapse;
}

.playoffTable {
    font-size: 15;
    border-collapse: collapse;
    border: thin solid gray;
}

.dataTable td {
    border: thin solid gray;
}

.sortedData { 
    color: red;
}

.dataRow {
    text-align: right;
    font-size: 15;
    white-space: nowrap;
}

.altDataRow {
    text-align: right;
    font-size: 15;
    background-color: lightblue;
    white-space:nowrap;
    border-collapse: collapse;
}

.altDataRow td {
    border-collapse: collapse;
    border:thin solid gray;
}

.dataRow td {
    border-collapse: collapse;
    border:thin solid gray;
}

.headerRow {
    text-align: center;
    font-weight: bold;
    background-color: #CCCCCC;
  

}

.winnerRow {
    font-weight: bold;
}

.navLink:link {
color: white;
text-decoration: none;
}

.navLink:visited {
color: white;
text-decoration: none;
}

.navLink:hover {
    text-decoration: underline;
}

