.ui .mcontainer {
    width: auto!important;
    display: block;
    max-width: 100%!important;
    padding-top: 10px;
}
.xcontainer {
    display: inline-block;
    overflow: hidden;
    width: 50%;
    height: 60px;
    clear: none;
}
.download-image {
    display: inline-block;
    max-height: 32px;
}
#wait
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    background: rgba(0,0,0,0.8);
}

#wait .innerWait
{
    position: relative;
    top: 30px;
    display: block;
    height: 320px;
    width: 320px;
    background: url(/img/loading.gif) no-repeat center center;
    margin: 0px auto;
}