audio {
    width: 127px;
    height: 25px;
}


audio::-webkit-media-controls-enclosure {
    width: 50px;
    max-width: 800px;
    height: 30px;
    bottom: 0;
    text-indent: 0;
    padding: 0;
    box-sizing: content-box;
}

audio::-webkit-media-controls-panel {

    -webkit-user-select: none;
    position: relative;
    width: 100%;
    text-align: left;
    height: 30px;
    background-color: white;
    border-radius: 0px;

}

audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
    -webkit-appearance: none;
    display: none;
    border: none;
    width: 0px;
    height: 0px;
    line-height: 30px;
    margin: 0 6px 0 0;
    padding: 0;
    background-color: white;
    color: white;
}


audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
    -webkit-appearance: media-play-button;
    display: flex;
    flex: none;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    background-color: white;
    color: white;
}


audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
    -webkit-appearance: none;
    display: none;
    height: 8px;
    padding: 0;
    background-color: white;
    width: 0px;
    border: none;
    color: white;
}


