.thermometer {
	font-family: 'Nunito', sans-serif;
	box-sizing: border-box;
}

/* body {
	background-color: #FFFFFF;
} */

#countdown-wrap {
  width: 100%;
  height: 300px;
  //border: 1px solid black;
  padding: 20px;
  font-family: arial;
  max-width: 650px;
  margin: 150px auto 300px;
}

#goal {
  font-size: 22px;
  text-align: right;
  color: #568E14;
  @media only screen and (max-width : 640px) {
    text-align: center;  
  }
  
}

#glass {
  width: 100%;
  height: 20px;
  background: #c7c7c7;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}
/* update progress width value as donations come in */
#progress {
  float: left;
  width: 28%;
  height: 20px;
  background: #568E14;
  z-index: 333;
  //border-radius: 5px;
}

.goal-stat {
  width: 25%;
  height: 30px;
  padding: 10px;
  float: left;
  margin: 0;
  color: #54472D;
  
  @media only screen and (max-width : 640px) {
    width: 50%;
    text-align: center;
  }
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}