body{
	width: auto;
	height: auto;
	padding: 0;
}
footer{
	margin-top: 0%;
}
.col-lg-12{
	text-align: right;
	width: 90%;
	margin: 0 auto;
}

/* The code below determines the size of the buttons for finalize and delete */
#proceed{
	width:auto;
}
#cancel{
	width: auto;
	display: inline;
}
