﻿
        /*Table Style One*/
        .table.table-striped .table-header{
            background:#6739B6;
            color:#fff;
        }
        .table .table-header .cell{
            padding:20px;
        }
        @media screen and (max-width: 640px){
            table {
                overflow-x: auto;
                display: block;
            }
            .table .table-header .cell{
                padding:20px 5px;
            }
        }