/*---------------  Annual Report Styles ------------------*/

.ann_rpt_heading{
	text-align: center;
	padding: 4px;
}

.people_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.board_of_directors{
  text-align: center;
}

.people_list li{
  text-align: center;
}

.col_left {
  float: left;
  padding: 0.5em;
  width: 47%;
}

.col_right{
  float: right;
  padding: 0.5em;
  width: 47%;
}

@media only screen and ( max-width: 720px ) 
{

.col_left {
  float: none;
  width: 100%;
}

.col_right{
  float: none;
  width: 100%;
}

}