 .custom-table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
    }
    .custom-table td {
        border: 1px solid #000;
        vertical-align: top;
        padding: 12px;
    }
    .category {
        background-color: #f1f1f1;
        width: 50%;
    }
    .products {
        background-color: #516882;
        color: #fff;
        width: 50%;
    }