#order_made p:first-child {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#order_made p:nth-child(2) {
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	margin: 10px 10px;
	text-indent: 15px;
}