#video{
    display: none; visibility: collapse;
}
.timer{
    color: white;
}

.recorder-container{
    min-height: 22px; padding-top: 5px; text-align: right;
}
.recorder-container span{
    position: relative; top: 0; vertical-align: top; margin-top: 7px;
}

.editor-container{
        width: 100%; min-height: 350px; padding: 0; margin: 0; border: 1px solid #c0c0c0; 
    }
    .editor-header{
        height: 40px; width: 100%; background-color: #EEE; border-bottom: #c0c0c0;
        overflow: hidden; position: relative;
    }
    .editor-header i{
        position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
        cursor: pointer; font-size: 20px;
    }
    .editor-header span{
        display: inline-block; padding: 10px 20px; 
        margin: 0; cursor: pointer;
    }
    .editor-header span.active{
        background-color: #777; color: #FFF; 
    }
    .editor-container textarea{
        width: 100%; height: 285px; padding: 0; margin: 0; overflow: auto; position: relative;
    }
    #editPreview{
        min-height: 285px;
    }
    .editor-footer{
        min-height: 50px; width: 100%; background-color: #888; color: #FFF; padding: 0; margin: 0;
        
    }
    #preview{
        height: 285px; overflow: auto; border: 1px solid #777;position: relative;
    }
    #preview img, #editPreview img{
        max-width: 300px;
    }
    
    
    #editor-file-footer, #EditEditor-file-footer{
        background-color: #333; 
    }
    
    .image-file{
        padding: 10px 7px; display: inline-table;
    }
    .progress{
        width: 160px; display: inline-block; position: absolute; top: 23px;
    }
    
    .editor-img{
    float: left; padding: 0 20px 20px 0;
}
.editor-img:after{
    clear: both;
}