body {
    padding: 0;
    margin:0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.progress {
    display: none;
    position: absolute;
    top: 0;
    height: 24px;
    right: 0;
    left: 0;
}
.progress .bar {
	background-color: #cf202E;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 10;
}
.progress .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    text-align: center;
    z-index: 20;
}

