
.widget_documents_box {
    border: 1px solid #CDCDCD;
    border-top: none;
}

.widget_documents_heading {
    border: 1px solid #333;
    border-radius: 3px 3px 0 0;
    background-color: #333;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
    padding: 8px;

}

.widget_documents_text {
    float: left;
    width: 77%;
    position: relative;
}

.widget_documents_heading img {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.widget_documents_wrapper {
    width: 100%;
}

.widget_documents_item {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    color: #666666;
    margin-bottom: 3px;
}


.widget_documents_item img{
    float: left;
    width: 24px;;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
}

.widget_documents_title{
    font-weight: bold;
    color: #000000;
    font-size: 11pt;
    line-height: 1.5em;
}

.widget_documents_date{
    font-size: 9pt;
}

.widget_documents_item a {
    color: #000000;
    text-decoration: none;
}

.widget_documents_item a:hover {
    color: #000000;
    text-decoration: underline;
}
.widget_documents_author{
    clear: left;
}

.remove_document{
    position: absolute;
    right: -5px;
    top: 0;
}

.remove_document{
    position: absolute;
    right: -5px;
    top: 0;
    cursor: pointer;
    color: #ccc;
    font-weight: bold;
}

.remove_document:hover{
    color: #555;
}

.add_document_button{
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 181px;
}