
a.booking-link {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: #f78815;
}
.booking-section {
	border: 1px solid #381a37;
	border-radius: 8px;
	padding-bottom: 5px;
}
.booking-section > .row {
	padding: 5px 10px 5px 10px;
}
.booking-section > h4 {
	text-align: center;
	margin: 0 0 5px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #482a47;
	color: #FFF;
	border-radius: 5px 5px 0px 0px;
}
.booking-section i.fa-asterisk {
	color: red;
	font-size: 10px;
	position: relative;
	top: -4px;
}
.booking-section i.fa-times {
	color: red;
	font-size: 22px;
	cursor: pointer;
}
.booking-section .item {
	text-align: center;
	cursor: pointer;
}
.booking-section .item:hover {
	background-color: #CCC;
	border-radius: 10px;
}
.booking-section #serial_numbers > div {
	margin-bottom: 10px;
}
.booking-section .red {
	color: red;
}
.booking-section.payment label {
	height: 80px;
}
@media (min-width: 768px) {
	.booking-section .booking-item .title-2column {
		padding-top: 25px;
	}
	.booking-section i.fa-times {
		position: relative;
		top: 20px;
	}
}
