@charset "utf-8";
/* CSS Document */
.antique{
	border: 2px solid #000000;
	padding:0px 0px;
	max-width: 650px;
	margin: 30px auto  30px;
  text-align: center;;
}
.antique p{display: flex; flex-wrap: wrap; border-bottom: 1px solid #e2e2e2; padding: 10px 0;}
.antique p:first-child{background-color: #e2e2e2;}
.antique p span:first-child{ width: 40%; padding: 0 0 0 20px;}
.antique p span:last-child{ width: 60%;}
