
.geral {
	margin: 0 auto;
	width: 90%;
}

.form-title{
    display: flex;
    background-color: #051791;
	border-radius: 10px;
	padding: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.form-title h2{
    color: #fff;
	font-size: 1.5em;
}

.infos {
    text-align: center;
}

.select-ano {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tabela-emendas {
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

