#c5wrap .align_left {
	float: left;
	clear: both;
}

#c5wrap .align_right {
	float: right;
	clear: both;
}

#c5wrap .hide_element {
	display: none;
}

#c5wrap .bullets_disc {
  list-style-type: disc;
  margin-left: 20px;
}

#c5wrap .bullets_square {
  list-style-type: square;
  margin-left: 20px;
}

#c5wrap .bullets_numeric {
  list-style-type: decimal;
  margin-left: 20px;
}