

.roster
{
margin:5px 0 5px 0;
padding:0;
width:100%;
border:1px solid #efefef;
float:left;
}

.roster li
{
float:left;
list-style:none;
clear:both;
border-bottom:1px solid #efefef;
width:100%;
}

.roster li.odd
{
background:#fff;
}

.roster li.even
{
background:#f8f8f8;
}

.roster li.th
{
font-weight:bold;
color:white;
background:#696969;
}

.roster li span
{
display:block;
float:left;
padding:0 3px 0 3px;
}

.roster li span.no
{
width:25px;
}

.roster li span.name
{
width:150px;
}

.roster li span.pos
{
width:50px;
}

.roster li span.class
{
width:50px;
}

.roster li span.town
{
width:100px;
}

.roster li span.school
{
width:130px;
}
