.table
{
background:#333;
margin-left:40px;
line-height:18px;

}
.table ul
{
float:left;
margin:0;
padding:0;

}
.table ul li
{
list-style:none;
padding:5px 10px;
}
.table ul li.title
{
font-weight:bold;
background:#333;
color:#fff;
}
.table ul li.even
{
background:#fff;
width:100px;

}
.table ul li.odd
{
width:450px;

}
