﻿.audio-player {
    background: #F8F8F8;
    padding: 10px
}

.audio-details span {
    color: #282460;
    padding-left: 5px;
    padding-right: 5px
}

.audio-details {
    background-color: #fff;
    color: #282460;
    margin-top: 10px;
    height: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px
}

    .audio-details h5 {
        text-align: center;
        color: #282460;
        margin-top: 5px;
        text-transform: uppercase;
        margin-bottom: 5px
    }

    .audio-details #artist {
        font-weight: 700
    }

#myAudio {
    margin-top: 30px;
    padding-bottom: 40px
}

.wrapper {
    text-align: right
}

#share-button-3 {
    background: url(share/share.png) no-repeat top left;
    display: inline-block
}

.need-share-button_button {
    content: '';
    color: transparent;
    cursor: pointer
}

hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.mejs__container {
    width: auto !important
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
    height: 5px
}

.mejs__horizontal-volume-total {
    height: 5px;
    margin-top: 2px
}

.powered {
    text-align: center;
    margin-bottom: 0px;
    background: #fff;
}

.powered span {
    text-transform: uppercase;
    color: #282460;
    font-size: 8px;
}