.socialShare {
}

.socialShare h3 {
    font-size: 16px;
    color: #225684;
    padding-bottom: 6px;
    border-bottom: 1px dotted #b1b1b1;  
    margin-bottom: 10px;
    font-weight: bold;
}

#socialShareButtons {
}

.button {
    float: left;
    padding-right: 5px;
}

/* Clearfix for modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* Clearfix for IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

