table.actual_heights {
	width:400px;
	margin-left:200px;
}

table.actual_heights th {
	background-color:#ddd;
	padding: 4px;
	margin:0 1px 1px 0;
	text-align:center;
}

table.actual_heights td {
	background-color:#eee;
	padding: 4px;
	text-align:center;
}

.help h2 {
	margin: 12px 0;
}
.help h3 {
	margin: 0 0 0 0 ;
}
.help p,.help ol,.help ul,.help li {
	margin: 4px 0;
}


#faq_menu {
	width: 300px;
	float:left;
	clear:none;
}
#faq_menu>p {
	font-weight:300;
	font-size:18px;
	margin-top:4px;
	cursor:pointer;
	float:left;
	clear:left;
}
#faq_menu>p:hover,#faq_menu>p.current {
	color: #b5d35c;
}

#faq_wrap {
	width: 700px;
	float:right;
	clear:none;
}
#faq_wrap>.faq_section {
	display:none;
}



.faq_entry {
	position:relative;	
	float:left;
	clear:both;
	width:100%;
	margin-bottom:30px;
}

.faq_entry_image_wrap {
	position:relative;	
	float:right;
	clear:right;
	width:210px;
}

.faq_entry_image_wrap>.faq_entry_image {
	position:relative;
	float:left;
	clear:none;	
	padding:4px;
	margin:4px;
	border: 1px solid #EEE;
	cursor:pointer;
}

.faq_entry_image_wrap>.faq_entry_image:hover {
	border: 1px solid #b6d45d;
}


.full_image {
	position:absolute;
	left:50%;
	margin-left: 0;
	width:0;
	height:0;
	background-color:#ddd;
	padding:12px;
	border-radius:6px;
	z-index:100;
}
.full_image>img {
	width:0;
	height:0;
}
.scrim {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.5;
	z-index:99;
	display:none;
}
.close_button {
	background-image: url('/images/close_button.png');
	background-position: top left;
	width:72px;
	height:21px;	
	position:absolute;
	top:-14px;
	right:-14px;
	cursor:pointer;
	display:none;
}
.close_button:hover {
	background-position: bottom left;
}


#search_icon {
	background-image: url('/images/search-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height:26px;
	float:left;
	clear:none;
	margin-right: 10px;
}

input#search {
	padding: 2px;
	width: 160px;
	height:20px;
	margin-left; 4px;
	float:left;
	clear:none;
	font-size: 16px;
	color: #ccc;
}

span.highlight {
	background-color: yellow;
}