
.displayleft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.amountcolor1 {
	color: #dd5f4b;
	font-size: 18px;
	font-weight: bold;
}
.amountcolor2 {
	color: #2eabe4;
	font-size: 18px;
	font-weight: bold;
}

