/*.table-clear-class table {
    width: 100%;
}

.table-clear-class table thead th {
    border: 1px solid #EDEDED;
    background: #FBFBFB;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    padding: 15px 10px;
    text-align: center;
}


element.style {
}
.table-clear-class table tbody td {
    border: 1px solid #EDEDED;
    padding: 15px 15px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}*/

.table-clear-class table {width:100%;}
.table-clear-class table th {border:1px solid #EDEDED;background: #FBFBFB;font-weight: 700;font-size: 13px;line-height: 18px;color: #000000;padding:15px 10px;text-align:center;}
.table-clear-class table thead td {padding:15px 10px;text-align:center;font-weight: 700;font-size: 13px;line-height: 18px;}
.table-clear-class table td {border:1px solid #EDEDED;padding:15px 15px;text-align:center;font-size: 13px;line-height: 18px;}
.table-clear-class table tbody tr:nth-child(even) td {background: #FBFBFB;}







