list-style: none;
margin-top: 0.25rem;
margin-bottom: 0;
- li {
+ margin-left: 1em;
font-size: 18px;
- line-height: 150%;
font-weight: normal;
+ li {
+ line-height: 150%;
}
text-decoration: underline;
}
}
+
+.infopage-blog {
+ padding: 0;
+ list-style: none;
+ li {
+ margin-bottom: .7em;
+ }
+}
+
+
+.abstract {
+ h2 {
+ font-size: 1.1em;
+ margin-top: 1.5em;
+ margin-bottom: 0;
+ font-weight: bold;
+ }
+ em.author-emphasis {
+ font-weight: bold;
+ font-style: normal;
+ }
+}