/* Prices table */
table.prices-table {
	border: 1px solid #383838;
	width: 100%;
}
table.prices-table th {
	background: #383838;
	font-family: 'Lato';
	font-weight: 300;
	color: #e7e7e7;
	text-align: center;
	padding: 8px 0;
}
table.prices-table td {
	border-bottom: 1px dotted #bfbfbf;
	padding: 8px 0;
	text-align: center;
	border: 1px dotted #bfbfbf;

	font-weight: 400;
}
table.prices-table th.left, table.prices-table td.left {
	text-align: left;
	padding-left: 22px;
}