
.documents-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.documents-items .documents-item {
    width: 33%;
    margin: 10px 0;
    float: left;
}
.documents-items .documents-item-content {
    margin: 10px;
    padding: 10px;
    background: #FEFEFE;
    border: 1px solid #CCCCCC;
    height: 220px;
    position: relative;
}
.documents-items .documents-item-action {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 20px;
    width: 16px;
    text-align: center;
}
.documents-items a,
.documents-items img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.documents-items .documents-item-description {
    display: block;
    margin: 5px 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    color: #424242;
}
.documents-items .documents-item-filesize {
    display: block;
    margin: 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
}

.document-tree {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.document-tree li {
    float: left;
    padding: 0 15px;
}
.document-tree a {
    display: block;
}
.document-tree .fa {
    font-size: 30px;
}
.document-tree .document-tree-disabled {
    color: #CCCCCC;
}
.document-tree .document-tree-name {
    display: block;
}

.ged-document-add {
    clear: both;
}

