/* Styling for all workshop landing pages */

h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
h4 {
  margin-bottom: 0.2em;
}
#summary {
  text-align: center; 
  font-weight: bold;
  font-size: 120%
}
#no-link {
  text-decoration: none; 
  color: inherit;
}
ul {
  margin-top: 0;
}
