.block {
    font-size: 11pt;
}

.block li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 0px;
}

/* Refs */
.block .Ref {
    color: #383D3D !important;
    text-decoration: none;

    display: table-cell;
}

.block .Ref:hover {
    color: #01683d !important;
}

.block .AllRef {
    font-weight: bold;
    color: gray !important;

    display: inline-block;
    width: 100%;
    text-align: right;
}

.block .AllRef:hover {
    color: #01683d !important;
    text-decoration: underline;
}

/* Previews */
.block .Image {
    width: 100px;
    height: 75px;
    overflow: hidden;

    float: left;
    margin-right: 5px;
}

.block .Box {
    display:table-cell;
    text-align:center; 
    vertical-align:middle;
    width:75px;
    height:75px; 
    background-color: #01683d;
    color: white;
}

/**/
.block .Date {
    font-weight: bold;
}

.block .Title {

}

.block .Info {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding-left: 10px;
}

.ModuleTitleRef {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #01683d;
}

.ModuleTitleRef:hover {
     color: #01683d !important;   
}

.block .DayOne
{
    font-weight:bold; 
    font-size:18pt;
}

.block .MonthOne
{
    font-weight:bold; 
    font-size:11pt; 
}

.block .DayTwo
{
    font-weight:bold; 
    font-size:11pt;
}

.block .MonthTwo
{
    font-weight:bold; 
    font-size:10pt;
}