/* General Demo Style */

@media screen and (max-width: 46.0625em) {

	.main {
		padding: 0;
	}

	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 3em 2em;
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
		background-position: 90px 3em;
	}
}

.attent {
	text-indent: -1em;
	padding-left: 1em;
	text-decoration: underline;
}

.underline-rules {
	text-decoration: underline;
}

.dot_indent {
	text-indent: -1em;
	padding-left: 1em;
}

.charter-boat-head {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #005ebf;
}

.shuttlebus_table {
	text-align: center;
	vertical-align: middle;
}
.shuttlebus_table th {
	color: black;
}
.shuttlebus_table td {
	background-color: white;
	vertical-align: middle;
}
