/*This makes a nice size for all the field labels on resource pages, and makes a nice space between the previous  and the heading: */

.field .field-label
{
    font-size:1.5em;
    margin-top:1.5em;
}

/*This creates a margin between the heading and 'label' content. Without these modifications, the lines are proximate.*/

/*/Author field*/
.field.field-name-field-authors.field-type-text.field-label-above .field-label

{
margin-bottom:0.4em;
}

/*downloadable files field*/
.field.field-name-field-file.field-type-file.field-label-above .field-label
{
margin-bottom:0.4em;
}
/*Length field*/
.field.field-name-field-length.field-type-text.field-label-above .field-label
{
margin-bottom:0.4em;
}
/*AddToAny space*/
#block-addtoany-addtoany-button {
  margin-top: 2em;
}