
        .c-table table {
            width: 100%;
            border-collapse: collapse;
        }
        .c-table th, .c-table td {
            border: 1px solid #F9F5F2;
            padding: 8px;
            text-align: left;
        }
        .c-table th {
            background-color: #f2f2f2;
        }
        .c-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .c-table tr:nth-child(odd) {
            background-color: #ffffff;
        }
        .c-table td:first-child {
            width: 30%;
        }
        .c-table td:last-child {
            width: 70%;
        }