.block {
    font-size: 10pt;
}

.block li {
    list-style: none;
    margin-bottom: 5px;
}

/* Refs */
.block .Ref {
    color: #383D3D !important;
    text-decoration: none;

    display: table-cell;
}

.block .Ref:hover {
    color: #E17117 !important;
}

.block .AllRef {
    font-weight: bold;
    color: gray !important;

    display: inline-block;
    width: 100%;
    text-align: right;
}

.block .AllRef:hover {
    color: #E17117 !important;
    text-decoration: underline;
}

/* Previews */
.block .Image {
    width: 100px;
    height: 75px;
    overflow: hidden;

    float: left;
    margin-right: 5px;
}

/**/
.block .Date {
    font-weight: bold;
}

.block .Title {

}

.block .Info {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding-left: 10px;
}

.ModuleTitleRef {
    font-weight: bold;
    color: #E17117 !important;
}

.ModuleTitleRef:hover {
}

.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;
}