.info_table,
.price_table {
	width: 514px;
	font-size: 13px;
	color: #4a4a4a;
	margin-bottom: 30px;
}

.info_table table,
.price_table table {
	width: 100%;
}

.info_table th,
.price_table th {
	width: 95px;
	font-weight: 300;
	color: #ff0303;
	vertical-align: top;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border-bottom: 1px solid #969696;
}

.alignC {
	text-align: center !important;
	width: inherit;
}

.info_table td,
.price_table td {
	padding: 3px;
	border-bottom: 1px solid #969696;
}

.info_table-2 table,
.price_table table {
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
}

.info_table-2 th,
.info_table-2 td,
.price_table th,
.price_table td {
	color: #6e6e6e !important;
	text-align: center !important;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	width: inherit !important;
	display: table-cell !important;
}

.li-s,
.li-d {
	font-size: 13px;
	color: #4a4a4a;
	padding-left: 1.5em;
}

.li-s li ~ li,
.li-d li ~ li {
	margin-top: 0.25em;
}

.li-s {
	list-style: square;
}

.li-d {
	list-style: disc;
}

.personal {
	color: #4C0099;
}

.reserved {
	color: #999900;
}

@media handheld, only screen and (max-width: 767px) {

	.price_table {
		width: 100%;
	}

	.info_table {
		width: 100%;
		font-size: 13px;
		color: #4a4a4a;
		margin-bottom: 30px;
	}

	.info_table th {
		display: block;
		width: 100%;
		font-weight: 300;
		color: #ff0303;
		vertical-align: top;
		text-align: left;
		padding: 3px 0px;
		border-bottom: 1px solid #969696;
	}

	.info_table td {
		display: list-item;
		padding: 3px;
		border-bottom: 1px solid #969696;
		list-style: none;
	}
}