﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    height:100%;
    width:100%;
}

#content {
    height: 100%;
    width: 100%;
    display: -ms-grid;
    -ms-grid-rows: 1fr auto 1fr;
    -ms-grid-columns: 1fr auto 1fr;
}

.progressBody {
    -ms-grid-column: 2;
    -ms-grid-row: 2;

    width:250px;
}

#progressText {
    width: 45px;
    margin-right: 5px;
}

#progress {
    width: 200px;
}