﻿div#prgOut {
    position: fixed;
    top: 7em;
    left: calc(50% - 4em);
    width: 12em;
    height: 3em;
    text-align: center;
    z-index: 9999;
    background:#eee;
    border-radius:5px;
    padding-bottom:8px;
}
div#prgIn {
    position: absolute;
    top: 1em;
    left: calc(50% - 1em);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 3px dashed rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
    margin:2px 0;
}