@charset "utf-8";
/* CSS Document */

h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}