p strong, span strong, li strong, strong {
font-weight: bold;
}
.paragraph-text ul {
  list-style: square;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: square;
}
li.summary {
  list-style: square;
  margin-left: 20px;
}
.paragraph-text {
	font-size: 16px;
	line-height: 30px;
}