/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 24, 2021, 2:39:43 PM
    Author     : jfwal
*/



#countdown-wrap {
  width: 100%;
 
  
  padding: 20px;
  font-family: arial;
  max-width: 650px;
 
}

#goal {
  font-size: 48px;
  text-align: right;
  color: #FFF;
  
  
}

#glass {
  width: 100%;
  height: 20px;
  background: #c7c7c7;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

#progressbar {
  float: left;

  height: 20px;
  background: #0307f2;
  z-index: 333;
  
}

.goal-stat {
  width: 25%;
  
  padding: 10px;
  float: left;
  margin: 0;
  color: #FFF;
  
 
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}