.addListOptions a {
    padding: 7px 15px;
    display: block;
    z-index: 2;
    position: relative;
    border-radius: 5px;
    color: currentColor;
}

.addListOptions a:hover {
    background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) {
    .infoPoster {
        width: 300px;
    }

    .infoPoster img {
        width: 100%;
    }
}

.info_downArrow {
    display: inline-block;
    background: #1e1e1e;
    padding: 15px 0;
    text-align: center;
    width: 140px;
    border: 1px solid #6c63ff;
}

.info_downArrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    border-top: 20px solid #6c63ff;
    border-right: 65px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 75px solid transparent;
}

.anizm_boxContent {
    position: relative;
}

.infoPoints {
    position: absolute;
    right: 20px;
    top: -105px;
}

.circleProgressBar img {
    width: 85px;
}

.infoDesc,
.infoExtraData {
    width: calc(100% - 160px);
}

.info_downArrow .votedUsers {
    text-shadow: 0px 0px 7px white;
}
