.section-history {
    background-image: url(https://onlinewinxclub.com/medias/images/backgrounds/AnnPage.png);
    background-repeat: no-repeat;
    position: relative;
    width: 667px;
    height: 866px;
    z-index: 1;
    margin-top: -463px;
}

.section-history a {
    text-decoration: none;
    color: #444;
}

.section-history * {
    font-family: arial;
    font-size: 12px;
}

.section-history .section-history-header {
    height: 55px;
    line-height: 63px;
    color: #ff0080;
    font-weight: bold;
    text-indent: 17px;
    display: block;
    text-transform: uppercase;
}

.section-history .section-history-container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
}

.section-history .section-history-info {
    top: 52px;
    position: relative;
}

.section-history .section-history-info a[role] {
    float: right;
    margin-right: -22px;
    margin-top: 3px;
}

.section-history .section-history-nav {
    top: 77px;
    width: 100%;
    position: relative;
    background-color: #ff679a;
    background-clip: content-box;
    height: auto;
    min-height: 28px;
    line-height: 28px;
}

.section-history-nav::before {
    content: '';
    display: block;
    position: absolute;
    left: -46px;
    background-color: #ff679a;
    width: 46px;
    bottom: 0;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    top: 0;
    z-index: -1;
}

.section-history-nav::after {
    content: '';
    display: block;
    position: absolute;
    right: -46px;
    background-color: #ff679a;
    width: 46px;
    bottom: 0;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    top: 0;
    z-index: -1;
}

.section-history .section-history-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-history .section-history-nav ul li a {
    font-family: Arial Black;
    color: #ffffff;
}

.section-history .section-history-nav ul li {
    width: 17%;
    text-align: left;
    margin-left: -15px;
    padding: 0px;
}

.section-history .section-history-nav ul li:not(:last-child)::after {
    content: '★';
    color: #FFC7E2;
    margin-left: 3px;
}

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
  }