/* CSS for Outdoor Adventure Form */
#home-content legend
{
	display: inline;
	width: auto;
}
.hide
{
	display: none;
}

.show
{
	display: block;
}
#tripsList span.fullClass > label
{
	color: #F00;
}
.fullClass + span[id*='spanTrip'], .tripDesc.fullClass 
{
	text-decoration: line-through;
}
input[type="checkbox"]

{
	clear: left;
	float: left;
}

input[type="checkbox"]+label
{
	float: left;
}
.tripDesc
{
	display: block;
	float: left;
	clear: left;
	margin-left: 20px;
}
#costMsg
{
	padding: 5px;
	background-color: #FAA;
	color: #000;
	border: 1px solid #900;
	border-radius: 5px;
	position: relative;
	top: 10px;
}

.btnSuccess
{
	margin-left: 25%;
	display: block;
	position: relative;
	top: 30px;
}
.btnSuccess.disabled
{
	background-color: #CCC;
	color: #000;
	background-image: none;
}
#totalTripCost.disabled
{
	color: #F00;
}
#home-content .phone3digit{width:3em;}
#home-content .phone4digit{width:4em;}

.invisible {
	display:none;
}

/* Media Queries */
@media only screen and (max-width:768px){
	
	
}
