.trip-date {
	width: 100px;
}
.trip {
	width: 150px;
}
.past-trip {
    width: 420px;
}
.leader {
	width: 110px;
}
.requirements {
	width: 160px;
}
.grade {
	width: 60px;
}	
.contact {
	width: 110px;
}
.edit {
	width: 130px;	
}
table.trip-list {
	border: none;
	/*width: 805px;*/
	border-collapse: collapse;	
}
table.trip-list tr {
	height: 30px;
}
table.trip-list td, table.trip-list th {
	padding: 5px;
}
.info-row {
	position: relative;
	width: 450px;
	clear: left;
	line-height: 30px;
	height: 30px;
}
.info-title {
	float: left;
	width: 150px;
	height: 30px;
	padding-left: 5px;
	font-weight: bold;
	text-align: right;
}
.info {
	float: left;
	width: 250px;
	height: 30px;
	padding-left: 5px;
}
#map {
	text-align: center;
	margin-bottom: 10px;
}
#more {
	margin-bottom: 20px;
}
.video {
	text-align: center;
	margin-bottom: 10px;
}
.thumbs {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
}
#show-pdf {
	margin-left: 50px;
	margin-bottom: 30px;
	line-height: 20px;
}
