.content_page .contentsize {
    padding-top: 35px;
}

.content_page h2 {
    color: #303e47;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.content_page h3{
    font-size: 30px;
    font-weight: bold;
    /*color: #3ddc95;*/
    /*margin-top: 50px;*/
}

.content_page .page-header {
    margin-top: 0;
    border-bottom: none;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
}

.content_page ul {
    list-style: none;
}

.content_page ul li [href^="#"]:first-child {
    margin-top: 50px;
}

.content_page ul li [href^="#"]:before, .content_page ul li a.in_menu:before {
    font-family: "Font Awesome 5 Free"; 
    padding-right: 8px;
    content: "\f105";
    font-weight: 900; 
}

.content_page a {
    color: #00a4ff;
}

.oldDocLink {
  margin-top: 20px;
  font-size: 18px;
}

.acymailingpage .changelog ul{
  list-style: inherit;
}