#clockdiv{
	color: #75B42C;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 42px;
	font-family: sans-serif;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 6px;
	/*background: #A9E464;*/
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 6px;
	background: #fff;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
	color: #fff;
}

.jet-progress-bar {
  width: 300px;
}
.jet-progress-bar-type-1 .jet-progress-bar__inner {
  display: flex;
  flex-flow: column;
}
.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__title {
  align-self: flex-start;
}
.jet-progress-bar__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__wrapper {
  align-self: stretch;
}
.jet-progress-bar__wrapper {
  height: 17px;
  margin: 0 0 7px;
  position: relative;
  background-color: #eee;
  /*background-color: rgba(17,22,66,.9);*/
  border-radius: 12px;
}
.jet-progress-bar__status-bar {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #2cd97b;
  border-radius: 12px;
  color: #2cd97b;
}