/**

playing it safe since I can't test/debug/fix IE properly now:

- make play progress marker have just a 1px border instead of requiring proper application of alpha/opacity
- not sure if clicking on waveform will work for seeking we'll increase the height of the regular seeking control so it's easier to spot and click

*/

.waveform .marker {
    background-color: transparent;
    border-right: 1px solid black;
    opacity: 1; /* just in case some IE versions DO in fact interpret opacity correctly */
}

.jp-audio .jp-progress {
    height: 10px;
}