#CassettePlayerHolder {
    position: relative;
    background-color: darkgray;
    width: 380px;
    height: 260px;
}

.CassettePlayer {
    width: 100%;
    height: 100%;
}

.ButtonTrigger {
    position: absolute;
}


#PlayTrigger {
    left: 21px;
    width: 65px;
    top: 66px;
    height: 59px;
}

#PauseTrigger {
    left: 87px;
    width: 63px;
    top: 66px;
    height: 59px;
}

#EjectTrigger {
    left: 151px;
    width: 65px;
    top: 66px;
    height: 59px;
}

#RewindTrigger {
    left: 217px;
    width: 60px;
    top: 66px;
    height: 59px;
}

#FastForwardTrigger {
    left: 278px;
    width: 66px;
    top: 66px;
    height: 59px;
}

#AudioTimeDisplay {
    position: absolute;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #0af;
    background-color: #113;
    left: 280px;
    width: 80px;
    top: 150px;
}