
    *{
        margin: 0;
        padding: 0;
    }
    .sec2_wrap{
        margin-top: 15px;
    }
    .sec2{
        position: inherit;
        margin: 0 0 0 300px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
    .sec2_tit_line{
        background-color: #e7e7e7;
        width: 100%;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
        body {
        font-family: Arial, sans-serif;
        }
        .table {
            width: 100%;
            border-collapse: collapse;
        }
        .table th, .table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: center;
        }
        .table th {
            background-color: #f2f2f2;
        }
        .table a {
            color: #007bff;
            text-decoration: none;
        }
        .table a:hover {
            text-decoration: underline;
        }
        .add-button {
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            text-decoration: none;
            margin-bottom: 15px;
            float: left;
            display: inline-block;
        }
        .add-button:hover {
            background-color: #0056b3;
        }
        .sidebarCs_call{
            display:none;
        }
        .sidebarCs>div{
            margin:25px auto;
        }
    @media only screen and (max-width: 767px){
        .sidebarCs{
            display: none;
        }
        .sec2{
            margin: auto;
            border-left: none;
            padding: 0 5px;
        }
        .table a{
            font-size: 14px;
        }
        .table th:nth-child(2),
        .table td:nth-child(2),
        colgroup col:nth-child(2){
            display:none;
        }
    }