.document-name {
    display: block;
    float: left;
    font-size: 1.2em;
}
.document-department{
    background-color: #00552C;
}
.document-type{
    background-color: #267B52;
}
.document-info {
    float: left;
    display: block;
    font-size: .55em;
    margin-left: 5px;
    color: white;
    border-radius: 0px;
    font-weight: bold;
    padding: 3px 7px;
}
.document-info a {
}
.document-info a:hover{
    color: white;
    text-decoration: none;
}
.document-item {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.document-item:hover {
    background-color: #fcfcfc;
}

.views-exposed-form .views-exposed-widget .btn {
}
.views-exposed-form .views-exposed-widget {
    padding-right: 5px;
}
.views-exposed-widget.views-submit-button {
    float: right;
}

.edit-buttons a {
    padding-left: 10px;
}

.views-row-odd .document-item {
    background-color: #f8fdf6;
}