
.callback,
.simple,
.offset {
  font-size: 30px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.offset {
  margin-bottom: 10px;
}
.callback{
  cursor: pointer;
}
.ended {
  background: #c0392b;
}
.styled{

}
.styled div:nth-child(1), .styled div:nth-child(2), .styled div:nth-child(3), .styled div:nth-child(4) {width: inherit;}
.styled div {
	display: inline-block;
	font-weight: 100;
	line-height: 1;
	margin-left: 5px;
	font-size: 48px;
	text-align: center;
	padding: 7px;
	font-family: 'lhf_gloriaregular';
	background-color:rgba(0,0,0,0.5);
	border-radius: /*4px*/;
	color: #FFF;
	margin-top: 5px;	
    font-weight: bold;
    text-shadow: 1px 1px 0 black;
    box-shadow: /*1px 1px 0 black*/;
    border:1px solid #ffcc99;
}
/*.styled div:nth-child(5) {
	width: 55px;
}*/
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
/*.styled div:first-child {
  margin-left: 0;
}*/
.styled div span {
	display: block;
	font-weight: bold;
	text-transform: uppercase; 
	border-top: none;
	padding-top: 0px;
	font-size: 26px;
    line-height:0.8;
	text-align: center;	
}
.countdown:after {
    content: 'to go!';
    position: absolute;
    right: -60px;
    color: white;
    top: 15px;
    text-shadow: 1px 1px 0 black;
    font-weight: bold;
    font-family: lhf_gloriaregular;
    font-size: 48px;
    width:50px;
    line-height:0.7;
}
@media screen and (max-width: 1200px) {
 .countdown {display:none;}
}