.content_area
{
	border: solid 2px black;
	background-color: white;
	margin-bottom: 25px;
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.transactions td
{
	border-bottom: solid 1px silver;
}
.minuspick
{
	color: #e01b1b;
}
.pluspick
{
	color: #1e781e;
}
h3
{
	text-align: center;
}
