﻿#currentContextControl{
    position: relative;
}

#loading
{
    position: absolute;
    display: block;
    width: 100%;
    float: left;
    height: 2px;
    bottom: 0;
}

#loading-wrapper {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

#loading-progress-wrapper, #loading-prepare {
    display: table-cell;
}

#loading-prepare {
    background-color: lightslategray;
}

#loading-progress {
    display: inline-block;
    height: 100%;
    background-color: lightslategray;
}

#allContextsControl {
    margin-top: 3px; 
    max-height: 160px;
    overflow-y: auto;
}

#downloadControl {
    margin-top: 3px; 
}