.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive {
  display: none;
}

.pace-running {
  background: #fff;
}

.pace.pace-active {
  background: #fff;
}

#mastwrap, .menu {
  visibility: hidden;
}

.pace-done #mastwrap, .pace-done .menu{
  visibility: visible;
}

.pace .pace-progress {
  background-color: rgba(0, 0, 0, 0.19999999999999996);
  position: absolute;
  z-index: 2001;
  float: left;
  height:100%;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  width: 100%;
}

.paceTitle{
  position: absolute;
  color: #7c4544;
  font-family: "NexaBold";
  z-index: 2000;
  font-size:3em;
  line-height: normal;
}

.paceTitle span{
  position: relative;
  float: left;
  width:7.14%;
  text-align:center;
  margin:0;
}
