﻿
#apost{
  padding: 30px;
  text-align: left;
  max-width:800px;
  margin:auto;
}
#apost h1{
  color: #004986;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  margin: 20px auto 0;
}
#apost .adate{
  margin: 0 0 30px;
}
#apost h2 {
color: #004986;
font-size: 1.7rem;
font-weight: 700;
text-align: left;
border-bottom: 3px solid #004986;
margin: 40px auto 10px;
transform: rotate(0.03deg);
}
#apost h3 {
  padding: 7px 7px 7px 25px;
  margin: 2.6rem 0 5px;
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: left;
  background: #ebeff3;
  border-radius: 10px;
}
#apost h3:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 50%;
  background: #039BE5;
  border-radius: 3px;
  left: 10px;
  top: 25%;
}
#apost h4{
  font-size: 1.7rem;
  margin: 7px 0 5px;
  font-weight: 700;
  color: #004986;
}
#apost h5{
  margin: 7px 0 5px;
  font-weight: 700;
}
#apost p{
margin: 1.8rem 0;
line-height: 1.8em;
}
#apost a{
  color: #004883;
  text-decoration: underline;
}
.parent a {
    color: #42aae9;
    font-weight: 600;
    font-size: 2rem;
}

