.countercontainer {
  position: relative;
  top: 20px;
  width: 30px;
  margin: 0 auto;
  
  float:center;
  padding-bottom:15px;
  padding-left:75px;
}

.display-remain-time {
  font-family:arial;	
  font-size: 12px;
  color: black;
  position: absolute;
  left: 26px;
  top: 19px;
  text-align: center;
}



.e-c-base {
  fill: none;
  stroke: #B6B6B6;
  stroke-width: 4px
}

.e-c-progress {
  fill: none;
  /*stroke: #F7958E;*/
  stroke: red;
  stroke-width: 4px;
  transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
  fill: #FFF;
  stroke: red;
  stroke-width: 2px;
}

#e-pointer { transition: transform 0.7s; }

