body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #2f353d;
}

li {
  margin-bottom: 8px;
}

h2 {
  font-weight: bold;
  font-size: 24px;
  color: #2f353d;
  margin: 48px 0;
}

h3 {
  margin-top: 48px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #2f353d;
}

h4 {
  color: #2f353d;
}

strong {
  color: #2f353d;
}

a.link {
  color: #3865e0;
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}

a.link::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  top: 7px!important;
  left: 1px;
  width: 7px!important;
  height: 7px!important;
  border-top: solid 1px #3865e0;
  border-right: solid 1px #3865e0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(
45deg
);
  transform: rotate(45deg);
}

a.link:hover, a.link:focus, a.link:active {
  text-decoration: underline;
}

#pp_content {
  margin-bottom: 46px;
}

#locale_list {
  list-style-type: none;
}
