@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

.line,
.progressLine {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #505050;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.progressLine {
    background-color: #3577f6;
    width: 0%;
}

.counter {
    position: absolute;
    left: 39px;
    line-height: 40px;
    font-size: 14px;
    font-family: OpenSansLight;
    color: #505050;
}

.audioControls {
    height: 100%;
    width: 51px;
    position: absolute;
}

.background {
    width: 100%;
    height: 40px;
    background-color: #f9f9f9;
    position: relative;
    margin: 10px 0px 10px 0px;
}

.timeline {
    height: 100%;
    left: 90px;
    right: 17px;
    position: absolute;
}

.playbackcontrols {
    position: absolute;
    margin: auto;
    bottom: 0px;
    top: 0px;
    left: 10px;
    height: 24px;
    font-size: 24px;
    color: #505050;
}

.progressIndicator {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #3577f6;
    bottom: 0px;
    top: 0px;
    left: 0px;
    margin: auto 0px auto -10px;
}