.solidrock {
	list-style-position: inside;
	list-style-type: circle;
	top: 5px;
	position: relative;
	left: 4px;
}
.bottomBorder {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF4919;
}
