body {
  font-size: 16px;
}
.field--type-entity-reference .field__label {
	font-weight: bold;
	font-size: 100%;
}
.field--label-inline.field--type-entity-reference .field__label {
	padding-right: 0.5em;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.field--type-entity-reference {
	margin: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.field--name-field-tags ul.links {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
}
img {
	max-width: inherit;
}

/* Fix .item-list */
.item-list ul {
  margin: inherit;
  padding: 0 0 0 1em; /* LTR */
  list-style: inherit;
}
.item-list ul li {
  /* This is needed to reset styles in item-list.theme.css */
  margin: inherit;
  padding: 0 0 0 0.5em;
}
.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
  padding: inherit;
}
