.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    position: fixed;
    z-index: 2000;
    width: 100vw;
    height: 2px;
    overflow-x: hidden;
    overflow-y: visible !important;
    text-align: center !important;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    /*position:relative;
    height: 5rem;
    *width: 5rem;
    margin: 0 auto !important;
    background-color: rgba(0,255, 0, 0.8);
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;*/
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;*right:0;
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.4);/*rgba(0,256,50, 0.7)*/
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);-ms-box-shadow:0 0 3px rgba(0,0,0,0.3);-o-box-shadow:0 0 3px rgba(0,0,0,0.3);box-shadow:0 0 3px rgba(0,0,0,0.3);
    pointer-events: none;
}

.pace .pace-progress:after {
    display:none;*display: block;
    position: relative;
    content: attr(data-progress-text);
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    *line-height: 1;
    text-align: left;
    color: rgba(0, 0, 0, 0.2);
}
.pace .pace-progress .pace-progress-inner {
    display: block;
    position: absolute;top:4px;right:0;height:2px;
}
