.greenDate{
    color: #fff;
    display: block;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    font-size: 44px;
    text-align: center;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
    background: -moz-linear-gradient(left bottom, #a0d060 1%, #8cc63f 51%);
}
.greenDate span{
    font-size: 11px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 2px;
    width: 60px;
    text-align: center;
}
/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 50%;padding: 5px; min-height: 240px; }
.def-tabs ul.tabs li.tab-title{float: none;}
.def-tabs .tabs .tab-title:active a {color: #D19F3D;}
