  
@charset "utf-8";
/* CSS Document */

/**** Styles for Calendar /
.CalBorderEvents
{
    background-color: #FFFFFF;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
}

.calendar
{
  font-family: "Helvetica Neue Bold", arial, helvetica, sans-serif;
  font-size: 100%;
  color: #333;
  background-color: #eee;
;
}
#calendar_heading
{
  background: #639;
  text-align: center;
  padding:0.5em 0;
  font-size: 1.35em;
  color: #FFF !important;
  margin-bottom: 0;
}
.calSection
{
  border-bottom: 1px solid #9c0;
  display: table;
  width: 100%;
}
time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  float: left;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 1em;
  border-radius: 0.6em;
  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%;
}

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: #639;
  border-bottom: 1px dashed #fff;
  box-shadow: 0 3px 0 #fc0;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #639;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}
.textbox
{
  padding-top: .3em;
}
.textbox h4 {
  font-size: 1em !important;
  color: #000 !important;
}