﻿  time.icon
{
  font-size: 0.7em; /* change icon size */
  display: block;
  position: relative;
  width: 6.5em;
  height: 6.5em;
  background-color: #fff;
  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;
  margin:10px;
}
        time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  
}
        time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #ff0000;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #ff0000;
}
        time.icon em
{
  position: absolute;
  bottom: 0.2em;
  color: #ff0000;
  text-align:center;
}
        time.icon span
{
  font-size: 2em;
  letter-spacing: -0.05em;
  padding-top: 1.5em;
  color: #2f2f2f;
}
       #nt-example1 {
	            max-width: 620px;
	            margin: auto;
            }

            #nt-example1-container {
	            text-align: center;
            }

            #nt-example1-container i {
	            font-size: 24px;
	            margin: 5px;
	            cursor: pointer;
	            -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -ms-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }

            #nt-example1-container i:hover {
	            color: #333;
            }

            #nt-example1 li {
	            color: #4e4e4e;
	            overflow: hidden;
	            height: auto;
	            padding: 10px;
	            line-height: 15px;
	            font-size: 12px;
	            text-align: justify;
	            border-bottom: 1px dotted #2c8162;
            }

            #nt-example1 li:hover {
	            background: #FFF;
            }
       #nt-example2 {
	            max-width: 620px;
	            margin: auto;
            }

            #nt-example2-container {
	            text-align: center;
            }

            #nt-example2-container i {
	            font-size: 24px;
	            margin: 5px;
	            cursor: pointer;
	            -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -ms-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }

            #nt-example2-container i:hover {
	            color: #333;
            }

            #nt-example2 li {
	            color: #4e4e4e;
	            overflow: hidden;
	            height: 80px;
	            padding: 10px;
	            line-height: 15px;
	            font-size: 12px;
	            text-align: justify;
	            border-bottom: 1px dotted #2c8162;
            }

            #nt-example2 li:hover {
	            background: #FFF;
            }