﻿.docked_footer {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.9);
    bottom: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5), 0 -1px 0 0 rgba(18, 18, 18, 0.9), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset;
    height: 80px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
    display: none;
}

.closeAudioPreview {
    width: 30px;
    height: 30px;
    right: 7px;
    position: fixed;
    bottom: 40px;
    z-index: 999999;
    display: none;
}

.audiojs { margin: 0 auto; }

.previewTable {
    width: 100%;
}
.audioPreviewTitle {
    color:#ddd; 
    font-weight:bold;
    text-align: center;
    margin: 5px auto;
    width: 100%;
    clear: both;
    overflow:hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audioPlayerContainer {
    clear: both;
    text-align: center;
    width: 100%;
    margin: 3px 10px 10px 10px;
}