 .uganda,
        .kenya,
        .tanzania {
            display: none;
        }

        .show {
            display: block;
            margin: auto;
            width: 750px;
        }

        table {
            width: 750px;
            border-collapse: collapse;
            /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
        }

        th,
        td {
            text-align: left;
            border-bottom: 1px solid #ddd;
        }

        th {
            font-weight: bold;
        }

        tr:hover {
            background-color: #f1f1f1;
        }

        .lightGrey td {
            background-color: #00000009;
        }