.field-entry .field-label {
  color: rgba(0, 0, 0, 0.6);
  font-style: oblique;
  font-weight: bold;
}

.field-entry .field-value {
  font-size: 1em;
  font-weight: bold;
  
}

/*this tells the ul/li to display as a block. made this after changing subform.php styling */
.field-divider { display: block; }

/*this will style the ul/li to have no bullets*/
ul.fields-container {
    list-style: none;
    padding-left: 0;
}