#lbTable table {
	background-color: white;
	border-collapse: collapse;
	width: auto;
	border-radius: 5px;
	margin: auto;
	display: table;
}
#lbTable table tr:nth-child(even){
	background: #f0f0ff;
}
thead, tfoot{
	background: #4CAF50;
	color: White;
	font-weight: bold;
}
#lbTable td, th {
	border: 1px solid #dddddd;
	padding: 7px;
}
#lbTable tr.tr_horario:hover td {
	background:#c4c2bb;
	cursor: pointer;
}	
#lbTable .td_valor{
	text-align: right;
}
#lbTable .tr_cor{
	background: #e0e0d1;
}
#lbTable .tfoot_white_back{
	background: white;
	border: none;
	text-align: center;
}