.documentsContainer {
    padding-bottom: 10px;
}
.fDate, .fAuthor{
    font-size: 11px;
}
.fAuthor {
    color: #45bbff;
    font-weight: 700;
}
.fTitle {
    text-decoration: underline;
    text-transform: uppercase;
}
.fTitle, .fDescription {
    font-size: 14px;
}
.fTitle, .fDescription p{
    color: #3f3f3f;
}
.fileExtension {
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    padding-left: 4px;
    position: relative;
    text-transform: uppercase;
    top: 35px;
}
#page a.lastFileAdded:hover,
#page a.lastFileAdded:focus,
#page a.firstFileAdded:hover,
#page a.firstFileAdded:focus{
    text-decoration: none;
    background-color: #e1e1e1;
    color: #3f3f3f;
}

.firstFileAdded, .lastFileAdded {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 3px;
    background-color: #e1e1e1;
    color: #3f3f3f;
    margin-right: 10px;
}

#page a.firstFileAdded.active, #page a.lastFileAdded.active {
    background-color: #45bbff;
    color: #ffffff;
}