/*mensagem*/
#mensagem {
	background: #eff4d4;
	border: 1px solid #8fad3d;
	color: #596c26;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
tr.total td {
/* se aplica a todas as etiquetas td que estiverem dentro da etiqueta tr com o class 'total' */
font-weight: bold;
}
tr.despesa td {
color: #ff182e;
}
tr.positivo td {
color: #1aa511;
}
form {
    display: block;
    margin-top: 0em;
    margin-block-end: 0em;
}