.table-document tbody tr:nth-child(odd) td {
     background-color:rgb(213, 209, 199);
}

.table-document tbody tr:nth-child(even) td {
    background-color: #d9d3c3;
}
.edocman-download-link {
    background-color:  #806950 !important;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 5px 15px !important;
    text-decoration: none !important;
}
.edocman_featured {
    background-color: #806950;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    vertical-align: baseline;
    white-space: nowrap;
    font-size: 11px;
    border-radius: 2px 2px 2px 2px;
    padding: 1px 2px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 8px;
    display: inline-block;
}

