/**
 * @file
 * Drupal reset styles.
 */

fieldset,
.item-list ul li,
.form-type-radio .description,
.form-type-checkbox .description {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

li {
  list-style: none;
  list-style-image: none;
}
