time.smallicon
{
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
   
  display: block;
  position: relative;
  width: 80px;
  height: 85px;
  
  background-color: #fff;
  border: solid 1px #bdbdbd;
  border-radius: 0.6em;
  overflow: hidden;
}

time.smallicon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-style: normal;
  text-align: center;
}

time.smallicon strong
{
  position: absolute;
  top: 0;
  padding-top: 2px;
  color: #fff;
  background-color: #268DC2;
  height: 22px;
}

time.smallicon em
{
  position: absolute;
  bottom: -0.0em;
  color: #BBB;
}

time.smallicon span
{
  font-weight: bold;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.65em;
  color: #555;
}








XXtime.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0 1px 0 #bdbdbd, 0 1px 0 #bdbdbd,  0 0 0 1px #bdbdbd; 
  overflow: hidden;
}

XXtime.icon *	{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

XXtime.icon strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #20a8d8;
}

XXtime.icon em {
  position: absolute;
  bottom: 2px;
  color: #BBB;
}

XXtime.icon span {
  width: 100%;
  font-size: 40px;
  /* letter-spacing: -0.05em; */
  padding-top: 25px;
  color: #000;
}