table {
	border-collapse: collapse;
}
table, th, td {
	border: none;
}
table.price_list th, table.price_list td {
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
table.price_list  tr:nth-child(1)  th, table.price_list tr:nth-child(1)  td {
	border-top: none;
}
table.price_list  th:nth-child(1) , table.price_list td:nth-child(1) {
	border-left: none;
}

.pdf_title {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: 
}

.bg_promo {
	color: blakc;
	background-color: #FFDD00;
}

.bg_new {
	color: blakc;
	background-color: #00B1EB;
}

.footer {
	font-size: 10px;
	margin-top:10px;
}

table.footer_legend {
	border-top:1px solid black;
	border-bottom:1px solid black;
}

table.footer_legend td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.error_message {
	color: red;
}