/* Photo Shooting Page */
.photo-price-layout {
	color: #333;
}

.photo-intro-notes {
	margin: 20px 0;
}

.photo-intro-notes ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
}

.photo-table-caption {
	background-color: #ff9a9a;
	color: #fff;
	padding: 5px 15px;
	font-size: 15px;
	margin: 30px 0 15px 0;
	font-weight: bold;
}

.photo-custom-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	table-layout: fixed;
}

.photo-custom-table th,
.photo-custom-table td {
	border: 1px solid #999;
	padding: 12px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.photo-custom-table th {
	background-color: #999;
	color: #fff;
	font-weight: normal;
}

.photo-table-footer-note {
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.6;
}