
.callback,
.simple,
.offset {
  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{
  margin-bottom: 0;
      text-align: center;
}
.styled div {
  display: inline-block;
  font-size: 4.5em;
  font-weight: 100;
  line-height: 1;
  text-align: right;
  border-right: 1px solid #cecece;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  }
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color:#fff;
}

.no-border-der {border-right: 0 !important;}

@media (max-width: 480px) {
	.no-border {border-right: 0 !important;}
	}
