#aplayer {
    /*max-width: 700px !important;*/
    margin: 4px auto 4px 0;
}
.pop-up-text-footer div.aplayer, .pop-up-text-footer div.aplayer div {
    padding: 0;
}
.pop-up-text-footer div#aplayer.aplayer .aplayer-pic .aplayer-play svg {
    top: 1px;
    height: 45px;
    width: 45px;
    left: 5px;
}
.pop-up-text-footer div#aplayer.aplayer .aplayer-pic .aplayer-pause svg {
    top: 3px;
    height: 44px;
    width: 44px;
    left: 3px;
}
.pop-up-text-footer {
    background-color: white;
}
.a-audio {
    color: #000;
    display: flex;
}
a.a-audio:focus, a.a-audio:hover {
    color: #000;
    text-decoration: underline;
}
.a-audio .glyphicon {
    top: -1px;
    margin-right: 6px;
}
.pop-up-text-footer div.aplayer .aplayer-info {
    padding: 8px 7px 0 10px;
    box-sizing: border-box;
    border: 0;
}
.pop-up-text-footer div.aplayer .aplayer-pic .aplayer-play {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    bottom: 2px;
    right: 3px;
    margin: 0;
}
.pop-up-text-footer div.aplayer .aplayer-pic .aplayer-pause {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    bottom: 2px;
    right: 3px;
    margin: 0;
}
.pop-up-text-footer .aplayer-info .close-audio {
    left: 4px;
    font-size: 15px;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-shadow: 0 0 0 #555;
    filter: alpha(opacity=20);
    opacity: 1;
    position: relative;
    top: -8px;
    display: none;
    cursor: pointer;
}
.pop-up-text-footer .close-audio:before {
    content: 'x';
    color: #555;
    font-weight: 300;
    font-family: Arial, sans-serif;
}