
time.icon
{ align-items:flex-start; 
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 8em;
  height: 8em;
  background-color: #fff;
  margin: 5px;
  border-radius: 0.5em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  text-shadow:none;

}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1.0em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{ font-size: 1.6em;
  position: absolute;
  top: 0;
  padding: 0.2em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #fff;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{ font-size: 1.5em;
  position: absolute;
  bottom: 0.1em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 3.0em;
  letter-spacing: -0.05em;
  padding-top: 0.9em;
  color: #666;
}



