/************************************************table.css************************************/

.table
{
background:#333;
width: 100%;
margin-left:60px;

}
.table ul
{
float:left;
margin-left:0px;
padding:1;
background-color: #EEE;
	border-style:solid;
	border-width:4px;
	border-color: #D02;
	border-radius: 20px;

}
.table ul li
{
padding:5px 5px;
background-color: #EEE;
text-transform:capitalize;
border-radius: 20px;
}

/************************************************table.css************************************/