.documents_home {
    padding: 30px 0;
}
.documents_home .documents_title{
    background: url('../images/icon-download.png') no-repeat scroll 0px 2px;
    border-bottom: 3px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}
.documents_title .title_name{
    border-bottom: 3px solid #ff0000;
    color: #ff0000;
    float: left;
    font-family: "OpenSans";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -3px;
    padding: 0 0 5px 30px;
    text-transform: uppercase;
}
.documents_list {
    margin-bottom: 20px;
}
.documents_list table{
    border-collapse: collapse;
}
table, td, th {
    border: 1px solid #ccc;
}
.documents_list th {
    background: #ccc;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.documents_list tr.row1{
    background: #eee;
}
.documents_list td {
    color: #333;
    font-family: Arial;
    font-size: 12px;
}
.documents_list .detail_list{
    font-weight: bold;
}