#loaderContainer {
  width: 64px;
  height: 64px;
  background-image: url('../img/loader.png');
  background-position: -64px 0;
  margin: 0 auto;
}

.loader-message {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.progress-circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.progress-circle canvas {
  vertical-align: top;
}

.progress-circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: white;
}

.progress-circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
  color: white;
}