.container {
    width: 100%;
    margin-top: 10px;
    font-size: 13px !important;
}
#zendesk_progress_bar
{
    display: none;
}
.blur_import
{
    pointer-events: none;
    opacity: 0.2;
    background: #fff;
}
#live_import_log
{
    height: 350px;
    overflow-y: auto;
    text-align: center;
}
#live_import_main{
    display: none;
    z-index: 1000 !important;
    top:105px;
    padding: 15px 0px;
    position: absolute;
    background-color: #f9f9f9;
}
.wsdesk_super{
    vertical-align: super;
    font-size: x-small;
    position: relative;
    color: green;
}