.container {
    display: block;
    text-align: -webkit-center;
    margin-top: 10px;
}
.table-body {
    width:100%;
    align-items: center;
}
.table-header {
    background-color: #A36A00;
}
.table-header-td {
    padding: 0.5rem 0px 0.5rem 1rem;
    text-align: left;
    color: white;
}
.table-body-td {
    padding: 0.5rem 0px 0.5rem 1rem;
    text-align: left;
}
.tbody-tr {
    font-weight: 200;
    border-bottom: 1px dotted #e2e2e2
}
.tbody-tr:hover {
    background-color: #f7f4e7;
    cursor: pointer;
}
.td-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.width30 {width:30%;}
.width25 {width:25%;}
.width20 {width:20%;}
.width10 {width:10%;}
