.module {
  background: #f9fafc;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  margin: 0.8em auto;
  padding: 1em;
  max-width: 95%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.module h2 {
  font-size: 1em;
  color: #005aa7;
  border-bottom: 2px solid #005aa7;
  padding-bottom: 3px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  text-align: center;
}

.module h3 {
  font-size: 0.9em;
  color: #333;
  margin-top: 1em;
  margin-bottom: 0.4em;
  text-align: center;
}
.subblock {  
  font-size: 0.8em;
}
.module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.module li {
  padding: 3px 0;
  border-bottom: 1px solid #eee;
}

.module a {
  text-decoration: none;
  color: #005aa7;
}

.module a:hover {
  text-decoration: underline;
  color: #003f7d;
}
