.geral {
	width: 90%;
	margin: 0 auto;
}

.div-title {
	background-color: #051791;
	margin-top: 40px;
	padding: 5px;
	border-radius: 10px 10px 0 0;
}

.div-title h3 {
	color: #ffff;
	font-size: 1.5em;
	text-align: center;
}

.tabela {
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.tr-table {
	text-align: center;
	font-size: 1.2em;
}

.decreto {
	color: #000;
	text-align: center;
}

.visualizar {
	color: #000;
}

.descricao{
	color: #000;
	text-align: center;
}

.botao-decr-link {
	display: flex;
	margin: 0 auto;
	margin-top: 20px;
	width: fit-content;
}

.botao-decr{
	padding: 20px;
	font-size: 0.9em;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 680px) {

	.div-title h3 {
		font-size: 1.2em;
	}

	.decr p {
		font-size: 0.8em;
	}

}


