.callback,
.simple {
  font-size: 15px;  
}
.timecount{
	color: #424242;
	font-weight: bold;
	/*background-color: #fff;
	padding: 3px;
	border:#EFEFEF solid 1px;*/
	}
.strikeline{
	/*height: 1px;
	background-color:#fff;
	position:absolute;
	margin-top:8px;
	width:17px;*/
	}
.callback{
  cursor: pointer;
}
.ended {
  background: #c0392b;
}
.styled{
  margin-bottom: 50px;
}
.styled div {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-align: right;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
