#safetyPageWrapperContainer{
	width: 100%; margin-top: 70px;
}
#columnSwitchOptions{
	border-top: 5px solid #00A627;
}
.columnButtonToClick{
	float: left; width: 49.7%; margin-right: 1px; padding: 10px 10px; background-color: white; cursor: pointer; font-size: 0.8em; text-align: center; border: 1px solid #eee; box-shadow: 3px 3px 5px #ddd; 
}
#columnSwitchOptions:after{
	display: block; content: ""; clear: both;
}
.columnDetailToShow{
	display: none;
}
.columnButtonToClick:nth-child(4n+1){
	background-color: #00A627; color: white;
}
#firstColumnDetailToShow{
	display: block;
}
.details{
	width: 95%; margin-top: 20px; padding: 15px; padding-bottom: 30px; border-bottom: 1px solid gray;
	text-align: justify;
}
.details h4{
	margin-top: 30px; color: #00A627;
}
.details h3{
	margin-bottom: -30px;
}
.details li{
	list-style-type: circle; list-style: outside; font-size: 0.85em; line-height: 2em;
}
.details p{
	margin-top: 10px; font-size: 0.85em; line-height: 2em;
}
.details a{
	padding-bottom: 2px; border-bottom: 1px solid #00A627; font-style: italic; color: #00A627;
}
.takeNote{
	font-style: italic;
}
#doMore{
	width: 100%; padding: 15px;
}
#doMore a{
	display: inline-block; font-size: 0.85em; color: #00A627; margin: 0 10px 5px 0px;
}