#teamtable {
    margin: 1em 0;
    font-size: 90%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#teamtable th, #teamtable td {
    border-bottom: 1px solid black;
    padding: 5px 10px;
    vertical-align: top;
}

#teamtable th {
    background: #32cd32;
    font-size: 120%;
}

