
.fwcss .fwmg-audio-player {
    position: relative;
}
.fwcss .fwmg-audio-player button {
    color: rgba(255,255,255, 0.6);
    border: none;
    background: none;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 80px;
    line-height: 80px;
}
.fwcss .fwmg-audio-player:hover button {
    color: rgba(255,255,255, 1);
    text-shadow: 0 1px 1px #000;
}
.fwcss .fwmg-audio-player progress {
    width: 100%;
    height: 5px;
    border: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddd;
}
.fwcss .fwmg-file .fwmg-audio-player button {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    font-size: 100px;
    line-height: 100px;
}
.fwcss .fwmg-audio-player audio {
    display: none;
}
