line-height: 150%;
color: #474747;
}
- dd, dt {
- font-weight: normal;
+ h4 {
font-size: 18px;
line-height: 150%;
- color: #474747;
+ font-weight: bolder;
+ color: #474747;
}
+
+ ul {
+ padding: 0;
+ list-style: none;
+ margin-top: 0.25rem;
+ margin-bottom: 0;
+ li {
+ font-size: 18px;
+ line-height: 150%;
+ font-weight: normal;
+ }
+ }
+
dt {
float: left;
clear: left;
margin-right: .4em;
+ font-weight: normal;
+ font-size: 18px;
+ line-height: 150%;
}
dd {
margin-left: 0;
+ font-weight: normal;
+ font-size: 18px;
+ line-height: 150%;
}
}