#select_comp {
    overflow: hidden;
    margin-top: 2em;
    margin-bottom: 3em;
    font-family: sans-serif;
    border: 2px groove #080;
    border-radius: 5px;
    padding: 1em;
    background-color: #ddd;
}

li.comp {
    list-style: none;
    float: left;
    padding: 5px 1em 5px;
    border: 1px solid #777;
    margin: 2px 0.5em 5px;
    font-size: 12px;
    border-radius: 5px;
    background-color: white;
}

li.comp:hover {
    background-color: #0e0;
    color: black;
    cursor: pointer;
}

table.standard {
    border-collapse: collapse;
    margin: 3em;
    font-family: sans-serif;
    font-size: 12px;
}

table.standard td {
    border: 1px solid #ddd;
    padding: 2px 1em 2px;
}

tr.header {
    background-color: #bd26ff;
    font-weight: bold;
    color: white;
}

table.standard tr:nth-child(2n) {
    background-color: #eee;
}

td.win {
    color: #0a0;
}

td.loss {
    color: #c00;
}

td.tie {
    color: #000;
}

h3 {
    margin-bottom: 10px;
}

#season_name {
    margin-top:2em;
}