.error-popup{
  position: absolute;
    border-color: #ff7979;
    border-style: solid;
    border-width: 1px;
    background-color: #fdfdfd;
    text-align: center;
    left: 37%;
    margin-top: -41px;
    font-size: 12px;
    z-index: 22;
    padding: 4px 4px;
}

.error-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ff7979 transparent transparent transparent;
}

#edition-desc ul{
    border-width: 3px;
    border-style: solid;
    border-color: #eaf3f4;
    background-color: #fff;
    padding: 20px;
    line-height: 1.87;
    margin-top: 20px;
    margin-left:  0;
    /* max-width: 300px; */
    /* margin: 20px auto 0; */
}

#edition-desc li{
    list-style-type: disc;
    margin-left: 20px;
}

#edition-desc li:first-of-type{
    list-style-type: none;
    margin-left: 0;
    font-size: 23px;
    text-align: center;
    margin-top: -10px;
    color: #3b9ea9;
}

.download-title{
    margin: 6px 0px;
    font-family: inherit;
    font-size: 30px !important;
    font-style: normal;
    color: rgb(0 0 0);
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
    color: #2b838d;
    font-weight: 600;
}

.wp-pagenavi{
    text-align: center !important;
}
.wp-pagenavi > span, .wp-pagenavi > a{
    padding: 4px 12px;
    background: #dfdfe2;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 300;
    margin-left: 7px;
    margin-right: 7px;
    color: #454e67;
    display: inline-block;
    width:  32px !important;
}

#left-area .wp-pagenavi > span.current, #left-area .wp-pagenavi > a:hover{
    background:  #2b3338;
        color: #fff !important;
}

.yarpp{
  width: 48%;
  float: left;
}
.yarpp ol{
  list-style-type: none !important;
}
.yarpp a{
  display: inline-block;
  min-height: 69px;
  padding-top: 10px;
  line-height: 1.2;
}

.top-posts{
  width: 48%;
  float: right;
  margin-top: 12px;
}

.top-posts h3{
    margin-top: 2px;
  margin-bottom: 6px;
  line-height:1.8em;
    font-weight: 700 !important;
    font-size:20px;
}

.top-posts a{
    display: inline-block;
    min-height: 69px;
    padding-top: 10px;
    line-height: 1.2;
    font-weight: 700;
}

@media(max-width: 767px){
  .top-posts{
    width: 100%;
  }
  .yarpp{
    width: 100%;
  }
}