
        .mytable {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
        }

        th,
        td {
            text-align: left;
            padding: 8px;
            min-width: 80px;
            border-bottom: 1px solid #757575;
            text-align: center;
        }

        /* horizontal shading */
        /* tr:nth-child(even) {
            background-color: #ffffff20
        } */

        /* vertical shading */
        th:nth-child(even),
        td:nth-child(even) {
            background-color: #E6D6CF
        }

        th:first-child,
        td:first-child {
            background-color: #ffffff;
            position: sticky;
            left: 0;
            min-width: 200px;
            text-align: left;
        }

        a {
            color: inherit;
        }

        span.small {
            font-size: 0.75rem !important;
            font-weight: 400;


        }