/* Change business directory plugin to remove bottom margin on p tag. */

p {
margin-bottom:0px;
}
