/* Moved from law.html. */
.law-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
        }

        .law-table th,
        .law-table td {
            padding: 16px;
            border: 1px solid #ddd;
            text-align: left;
        }

        .law-table th {
            background-color: #f8f9fa;
            width: 30%;
            font-weight: bold;
        }

        @media (max-width: 768px) {

            .law-table th,
            .law-table td {
                display: block;
                width: 100%;
            }
        }
