table.StandingTable {
    width: 370px;
    margin: 0px 5px 5px 5px;
    }

#NDCbox {
    width: 380px;
    border: 1px solid black;
    border-top: none;
    margin-top: 10px;
    margin-bottom: 15px;
    }

#ADCbox {
    margin-top: 10px;
    width: 380px;
    border: 1px solid black;
    border-top: none;
    }

#NDCbox h3, #ADCbox h3{
    color: white;
    background-color: #888;
    font-size: 160%;
    text-align: center;
    margin: 0px 5px 10px 5px;
    padding: 5px 0px;
    }

.win, .loss, .team{
    font-weight: bold;
    font-size: 120%;
    border: 1px solid #888;
    border-top: none;
    }

.win, .loss {
    text-align: center;
    }

thead th {
    text-align: center;
    }

thead th.team {
    font-size: 160%;
    border-bottom: 4px solid #888;
    border-right: none;
    line-height: 120%;
    }

thead th.win, thead th.loss{
    font-size: 160%;
    border-bottom: 4px solid #888;
    border-left:  1px solid #888;
    border-right: none;
    }

tbody .loss {
    border-left: none;
    }

tbody th.team {
    font-weight: bold;
    line-height: 105%;
    padding: 0px 0px 0px 10px;
    border-right: none;
    border-bottom: 1px solid #888;
    }

tbody th.team p {margin: 5px 0px 8px 0px; }