body.widget-snippet .wc-snippet-distributor{
            padding: 40px;
        }
        body.widget-snippet .wc-snippet-distributor div{
            padding:5px;
        }
        .wc-snippet-distributor{
            padding-top: 40px;
            padding-bottom: 40px;
            line-height: 20px;
            color: #8cb542;
            font-size: 14px;
            text-align: left;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
        }
        .wc-snippet-distributor h3{
            margin: 0;
            padding: 0 0 30px 0;
            line-height: 30px;
            color: #8cb542;
            font-size: 30px;
            text-align: center;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
        }
        .wc-snippet-distributor tr:nth-of-type(even){
            background-color: rgba(0,0,0,0.04);
        }
        .wc-snippet-distributor thead th,.wc-snippet-distributor tbody td{
            color: #000;
            text-align: left;
            font-weight: 700;
            font-size: 14px;
            font-family: 'Roboto', sans-serif;
            border: 1px solid rgba(0,0,0,0.1);
            padding: 10px 5px;
        }
        .wc-snippet-distributor tbody td{
            text-align: left;
            font-weight: 400;
          word-break: break-word;
        }
        .wc-snippet-distributor thead th{
            font-size: 17px;
        }
        .wc-snippet-distributor tbody td a{
            color: #8cb542;
        }
        .wc-snippet-distributor thead th.center-text,
        .wc-snippet-distributor tbody td.center-text{
            text-align: center;
        }
        @media screen and (max-width: 1200px) {
            .wc-snippet-distributor h3{
                font-size: 25px;
            }
        }
        @media screen and (max-width: 991px) {
            .wc-snippet-distributor {
                overflow-x: scroll;
                overflow-y: hidden;
              margin-right: 15px;
            }
          .wc-snippet-distributor .container table {
  width: 1050px;
}
        }
        @media screen and (max-width: 767px) {

        }
  }
        @media screen and (max-width: 767px) {

        }
