/* TABLE */
.table-wrapper {display: inline-block;background-color: #fff;margin: 15px 0;width: 100%; padding:0px!important;}
table { width:100%; border-collapse: collapse; color:#000;}
table a{ text-decoration:none; color:#000;}
tr:nth-of-type(odd) { background: #fff; }
tr:hover { background: #f8f8ee; }
tr.nobg:hover { background:transparent; }
th { font-weight: 500; background-color:#f4f4e9}
td, th { padding: 10px; border-bottom: 1px solid #f6f6eb; text-align: left; font-size: 14px;}
td sb{ color:#000; font-weight:400;}
tr.noborder td{border:0!important;}