/*
 *  Stylesheet for the contact page.
 *  Matt Finucane, June 2013.
 */
/*
 *  Mixins for the Registered Pharmaceuticals Assistants' Association website
 *  Matt Finucane, June 2013.
**/
/* line 11, ../sass/contact.scss */
#content_wrapper .section .content .comitee_member {
  display: inline;
  float: left;
  width: 100%;
  clear: both;
  padding: 30px 0px;
  border-bottom: 1px solid #bababa;
}
/* line 18, ../sass/contact.scss */
#content_wrapper .section .content .comitee_member img, #content_wrapper .section .content .comitee_member h2, #content_wrapper .section .content .comitee_member p {
  display: inline;
  float: left;
}
/* line 22, ../sass/contact.scss */
#content_wrapper .section .content .comitee_member img {
  padding: 14px;
  border: 2px solid #bababa;
  margin: 0px 20px 0px 0px;
}
/* line 27, ../sass/contact.scss */
#content_wrapper .section .content .comitee_member h2 {
  clear: both;
  font-size: 1.4em;
  margin: 0px 0px 10px 20px;
}
/* line 32, ../sass/contact.scss */
#content_wrapper .section .content .comitee_member p {
  clear: both;
  font-size: 0.85em;
  color: #3a3a3a;
  line-height: 1.7em;
  width: 830px;
  margin: 0px 0px 10px 20px;
}
