table {
	font-family: sans-serif;
	width: 720px;
	text-align: center;
	border-spacing: 5px;
}

tbody td {
	/*height: 30px;*/
	background-color: #BCBDC0;
	padding: 15px;
	min-width: 70px;
	font-weight: 200;
}

thead td {
	background-color: #2BA541 !important;
	font-weight: 400;
	padding: 5px;
}

tr:nth-child(odd) td {
    background-color: #E6E7E9;
}

p {
	margin: 15px 5px;
}

h4 {
	font-family: sans-serif;
	margin: 30px 10px 20px 5px;
}

#container-table {
	width: 100%;
	height: auto;
	position: relative;
}

.table-programacao {
	width: 100%;
	margin: 20px 0;
	float: left;
}

.table-programacao td {
	min-width: 80px;
}

.table-programacao td[colspan="5"] {
	color: #063D8D;
	font-weight: 400;
}

.table-programacao span {
	color: #CA4845;
	font-weight: 400;
}

#navegacao-programacao {
	width: 100%;
	font-weight: 400;
	margin-top: 20px;
	table-layout: fixed;
}
#navegacao-programacao td {
	transition: all .1s ease-in-out;
}
	#navegacao-programacao .selecionado {
		background-color: #063D8D;
		color: #FFF;
	}
	#navegacao-programacao td:hover {
		cursor: pointer;
		background-color: #063D8D;
		color: #FFF;
	}

#container-table table {
	display: none;
}
#container-table table:first-child {
	display: inline-block;
}