.block {
    font-size: 10pt;
}

.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: #e74c3c !important;
}

.block .AllRef {
    font-weight: bold;
    color: gray !important;

    display: inline-block;
    width: 100%;
    text-align: right;
}

.block .AllRef:hover {
    color: #e74c3c !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: #3498DB;
    color: white;
}

/**/
.block .Date {
    font-weight: bold;
    font-size: 8pt;
}

.block .Info {
    display: table-cell;
    vertical-align: middle;
}

.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;
}