#listagem-campeonato ul {
	list-style-type: none;
	padding-left: 0px;
}

#listagem-campeonato ul li span { 
	float: left;
	width: 400px;
}

#listagem-campeonato {
	width: 100%;
}

#listagem-campeonato td {
	font-weight: normal;
	border-bottom: 1px solid #c0c0c0;
	/* width: 350px; */
}

#listagem-campeonato a {
	background: url(images/bullet.gif) no-repeat 5px 4px;
	padding:0 0 0 16px;
	color: #333;
	text-decoration: none; /* no underline */
}

#listagem-campeonato a:hover, #listagem-campeonato a.active {
	padding:0 0 0 16px;
	text-decoration: underline;
}

#listagem-campeonato .sidebar-nav {
    padding: 6px 0 6px 0;
}