.subtitle {
  background: #006699;
  text-align: center;
}

.link-style {
  cursor: pointer;
  text-decoration: underline;
}

.info-box {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 4px 4px 4px 4px;
  color: #31708f;
  margin: 10px 0 10px 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}