
* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #C57E30;
}

body {
    width: 1200px;
}



#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;
    white-space: nowrap;
}
td.avgrating,th.avgrating {
    width: 90px;
    white-space: nowrap;
}
td.avgrank,th.avgrank {
    width: 90px;
    white-space: nowrap;
}


table.ratings {
    float: none;
    width: 685px;
    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.opening,th.opening {
    width: 330px;
    border-right: 1px solid black;
}
td.schedule,th.schedule {
    width: 120px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
td.offense,th.offense {
    width: 80px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
td.pwrtop,th.pwrtop {
    width: 75px;
    border-left: 1px solid black;
}


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;
    white-space: nowrap;
}
td.rating,th.rating {
    width: 25px;
    padding-right: 0.2em;
}
td.wins,th.wins {
    text-align: right;
    width: 40px;
    padding-left: 0.2em;
}
td.hyphen,th.hyphen {
    width: 10px;
}
td.losses,th.losses {
    text-align: left;
    width: 25px;
    border-right: 1px solid black;
    padding-right: 0.1em;
}
td.lw,th.lw {
    width: 40px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

td.sos,th.sos {
    width: 40px;
    border-left: 1px solid black;
    padding-left: 0.1em;
}
td.ncs,th.ncs {
    width: 40px;
    padding-left: 0.05em;
    padding-right: 0.05em;
}
td.cos,th.cos {
    width: 40px;
    border-right: 1px solid black;
    padding-right: 0.1em;
}

td.orank,th.orank {
    width: 30px;
    border-left: 1px solid black;
    padding-left: 0.1em;
}
td.orating,th.orating {
    width: 25px;
}
td.oposs,th.oposs {
    width: 25px;
    border-right: 1px solid black;
    padding-right: 0.1em;
}

td.drank,th.drank {
    width: 30px;
    border-left: 1px solid black;
    padding-left: 0.1em;
}
td.drating,th.drating {
    width: 25px;
}
td.dposs,th.dposs {
    width: 25px;
    border-right: 1px solid black;
    padding-right: 0.1em;
}

td.prank,th.prank {
    width: 30px;
    border-left: 1px solid black;
    padding-left: 0.1em;
}
td.prating,th.prating {
    width: 25px;
}
td.plw,th.plw {
    width: 20px;
}