/* This stylesheet is used to style the public view of the widget. */
#pure-country-select, #pure-province-select {
    width: 95%;
}

.pure-contact-selects {
    margin: 20px 4% 20px 0;
}

#pure_cm_name { margin: 10px 0 0; }
#pure_cm_location, #pure_cm_phone, #pure_cm_email {
    margin: 0;
}

#pure-cm-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.picpadding {
	padding-left: 15px;
}

p.contactInstruction{
	    margin-top: 12px;
}
