.table-content{
  max-width:1120px;
  margin:0 auto;
}
.widget-snippet .table-chart{
  margin-bottom:100px;
}
.widget-snippet .table-chart table th {
    padding: 13px 12px !important;
    font-weight: 600;
    background: none;
    color: #000;
    font-size: 14px;
    border-left: 0px;
    border-right: 0px;
    font-weight:600;
}
.widget-snippet .table-chart table td{
    padding: 13px 12px !important;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #f2f2f2 !important;
    font-size:15px;
}

.widget-snippet .table-chart table{
    border:0px;
}
body.widget-snippet .table-content table tr {
    border: solid #fff;
    display: block;
    /* margin: 10px; */
}
body.widget-snippet .table-chart table td,
body.widget-snippet .table-chart table th{
    width: 20%;
}
