.guide-content-header {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}

.guide-subheader {
	padding-left: 8px;
}

.guide-list {
	list-style: none;
	padding-left: 10px;
}

.guide-list li {
	margin-bottom: 4px;
}

.guide-description-text {
	font-size: 14px;
	font-weight: normal;
}

a.inactive {
	color: #8e8e8e;
}


.contact-cards .contact-card a {
	white-space: pre-wrap; /* css-3 */    
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */    
	white-space: -o-pre-wrap; /* Opera 7 */    
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.contact-cards .contact-card .fixed-panel {
	min-height: 300px;
	max-height: 300px;
	/*overflow-y: scroll;*/
}

.contact-cards .contact-card .panel .panel-heading {
	background-color: #9fcf6e;
	color: white;
	font-size: 15px;
}