.botao-download-lista {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    max-height: 25px;
    background-color: #18abd2;
    color: white;
    border-radius: 3px;
    box-shadow: #000 1px 1px 1px;
    margin-left: 2px;
    flex-grow: 1;
    margin-bottom: 20px;
}

.texto-conteudo-botao {
	color: white;
	font-weight: bold;
}

.container-botoes {
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 250px;
}