.output {font-weight:bold}

#payment {color:red}

#graph {border:solid black 2px}

th, td {vertical-align:top}

.c1{
	justify-content:left;
	width:100%;
	background:#fff;
	color:blue;
	align-items:left;
	line-height:1.5;
	text-align:left;
}

.calc1{
	padding:20px;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	display:flex;
	width:100%;
	background:#fff;
}
