.audioPlayer{background:#4e4e4e;border-radius:5px;flex-grow:1;max-width:500px;height:40px;padding:0;display:flex;overflow:hidden}.playButton{float:left;padding:6px}.volButton{float:left;width:40px;padding:6px}.playPause{float:left;flex-grow:.5;padding:6px}.playPause:hover,.volButton:hover{cursor:pointer;background:#6e6e6e}.wgSpinner{float:left;flex-grow:.5;padding:6px;animation:1s linear infinite audio-load-spin}.playerVol{color:#fff;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:50px;height:100%;margin:0;font-family:Arial,sans-serif;font-size:12px;font-weight:700;display:flex}@keyframes audio-load-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=500px){.playerVol,.volButton{display:none}}.Meter3-meter{float:left;z-index:0;cursor:pointer;background:#26262e;border:1px solid #888;border-radius:4px;flex-grow:1;width:100px;height:30px;margin:4px;transition:background-color .15s ease-in-out;position:relative;overflow:hidden}.Meter3-amount{float:left;z-index:2;background-color:#3652a5;width:100%;height:100%;transition:background-color .15s ease-in-out;position:absolute}.Meter3-amtStr{z-index:3;color:#fff;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0;font-family:Arial,sans-serif;font-size:12px;font-weight:700;display:flex;position:absolute}.Meter3-meter:hover{background:#36363e}.Meter3-meter:hover .Meter3-amount{background-color:#3652c5}.mParamRow{box-sizing:border-box;flex-grow:1;width:100px;margin:0;padding:4px 8px}.mBack{box-sizing:border-box;background-color:#0000;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.mBack:hover{cursor:pointer}.mBack:hover>.mBar{background-color:#888}.mBack:hover>.mHandle{background-color:#ddd}.mBar{box-sizing:border-box;background-color:#000;border:0 solid #0000;width:100%;height:4px;position:absolute}.mSpacer{z-index:2;height:100%;position:relative}.mHandle{z-index:2;background-color:#ccc;border-radius:4px;width:20px;height:100%;position:relative}@media (width<=500px){.mParamRow{display:none}}
