#lastUpload {

}

.lastuploadBox {
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0 0 15px 0;
}

.lastuploadBox:hover .lastuploadDate {
    background: #ED5356;
}

.lastuploadDate {
    background: #000;
    color: #FFFFFF;
    float: left;
    height: 70px;
    margin-right: 20px;
    width: 50px;
}

.lastuploadDate span {
    display: block;
    text-align: center;
}

.lastuploadDate .number {
    font-family: 'Oswald',sans-serif;
    font-size: 36px;
    line-height: 50px;
}
.lastuploadDate .month {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 5px;
}

.lastuploadTitle {
    height: 25px;
    line-height: 12px;
    margin: 0 0 5px;
}

.lastuploadTitle span {
    color: #303030 !important;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
}

.lastuploadTitle a:hover {
    color: #ff0000 !important; 
    text-decoration: none; 
}

.lastuploadText {
    font-family: 'Open Sans';  
    color: #6E6E6E;
    font-size: 12px;
    height: 50px;
    line-height: 16px;
    overflow: hidden;
    width: auto; 
}

.lastuploadBox:last-child {
    border-bottom: medium none;
}