
/* overwrite shared styles */
h4{
  margin-bottom:15px;
}
ol{
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}
ul{
  list-style-type:
  disc;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}
li{
  font-size:inherit;
}

/* new elements */
.subsection{
  margin-bottom:32px;
}
.subsection:last-child{
  margin-bottom:0;
}