
* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #4DBD33;
}

body {
    width: 1000px;
}



#topmenu ul {
    list-style: none;
    position: relative;
}
#topmenu ul li {
    float: left;
}
#topmenu ul ul {
    display: none;
    position: absolute;
    top: 100%;
}
#topmenu ul ul li {
    float: none;
    position: relative;
    margin: 0px;
}
#topmenu ul li:hover > ul {
    display: block;
    position: absolute;
}
#topmenu > ul::after {
    content: "";
    display: block;
    clear: both;
}
#topmenu ul {
    margin: 0;
    padding: 0;
    top: 100%;
}
#topmenu ul li a {
    text-align: center;
    display: block;
    width: 190px;
    text-decoration: none;
    background-color: blue;
    color: red;
    border: 1px solid white;
    font-weight: bold;
    font-size: 150%;
}
#topmenu ul li a.current {
    color: yellow;
}
#topmenu ul li a:hover, #topmenu ul li a:focus {
    background-color: gray;
}



aside.keys {
    float: left;
}

table.ratingskey {
    width: 300px;
    table-layout: auto;
    border: 1px solid black;
    border-collapse: collapse;    
    background-color: white;
    color: black;
    text-align: left;
    font-size: 100%;
    margin: 10px;
}

table.confratings {
    float: left;
    width: 300px;
    table-layout: auto;
    border: 1px solid black;
    border-collapse: collapse;    
    background-color: white;
    color: black;
    text-align: center;
    font-size: 100%;
    margin: 10px;
}
table.confratings th {
    border-bottom: 1px solid black;
}
td.confrank,th.confrank {
    text-align: right;
    padding-right: 0.4em;
    width: 30px;
}
td.conference,th.conference {
    text-align: left;
    padding-left: 0.4em;
    width: 90px;
}
td.avgrating,th.avgrating {
    width: 90px;
    white-space: nowrap;
}
td.avgrank,th.avgrank {
    width: 90px;
    white-space: nowrap;
}


table.ratings {
    float: none;
    width: 450px;
    table-layout: auto;
    border: 1px solid black;
    border-collapse: collapse;    
    background-color: white;
    color: black;
    text-align: center;
    font-size: 100%;
    margin: 10px;
}
th.title {
    background-color: white;
    border-bottom: 1px solid black;
    text-align: center;
    font-weight: normal;
}
table.ratings th {
    border-bottom: 1px solid black;
}
tr:nth-child(2n) {
    background-color: #DCDCDC;
}
td.rank,th.rank {
    text-align: right;
    padding-right: 0.4em;
    width: 30px;
}
td.team,th.team {
    text-align: left;
    padding-left: 0.4em;
    width: 160px;
}
td.rating,th.rating {
    width: 25px;
}
td.wins,th.wins {
    text-align: right;
    width: 40px;
}
td.hyphen,th.hyphen {
    width: 10px;
}
td.losses,th.losses {
    text-align: left;
    width: 25px;
    border-right: 1px solid black;
}
td.sos,th.sos {
    width: 40px;
}
td.lw,th.lw {
    width: 40px;
    border-left: 1px solid black;
}