#tabela{
    padding: 0;  
}

.table.table-bordered {
	background-color: #FFF;
	border: 0;
	color: #000;
	border-radius: 20px;
}

.table.table-bordered td, .table.table-bordered th {
	border: 1px solid #337ab7;
}

.table.table-bordered th {
	text-align: center;
}

.alerta-escola {
	width: fit-content;
}

.grupo-radio{
	width:50%;
	display: inline-block;
	vertical-align: top;
}
footer{
	background-color: #333;
	color: #FFF;
	padding: 20px;
	margin-top: 10px;
}
footer address:last-child{
	margin-bottom: 0;
	margin-top: 0;
}
footer address:first-child{
	margin-bottom: 0;
}
