
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #f8f8f8;
            color: #333;
        }

        .container {
            max-width: 960px;
            margin: 20px auto;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #333;
            text-align: center;
        }

        h2 {
            font-size: 2rem;
            margin-top: 30px;
            margin-bottom: 15px;
            color: #333;
        }

        h3 {
            font-size: 1.5rem;
            margin-top: 25px;
            margin-bottom: 10px;
            color: #333;
        }

        p {
            margin-bottom: 15px;
        }

        ul {
            list-style-type: disc;
            margin-left: 20px;
            margin-bottom: 15px;
        }

        li {
            margin-bottom: 5px;
        }

        a {
            color: #007bff;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        .content-table {
            margin-bottom: 20px;
            border-collapse: collapse;
            width: 100%;
        }

        .content-table th, .content-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        .content-table th {
            background-color: #f2f2f2;
            font-weight: bold;
        }

        .faq {
            margin-top: 40px;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 8px;
        }

        .faq h3 {
            margin-top: 0;
        }

        .faq p {
            margin-bottom: 10px;
        }

        .content-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        .content-table th, .content-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        .content-table th {
            background-color: #f2f2f2;
            font-weight: bold;
        }

        .content-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .content-table th, .content-table td {
            padding: 10px;
        }

        .content-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        .content-table th, .content-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }

        .content-table th {
            background-color: #f2f2f2;
            font-weight: bold;
        }

        .content-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .content-table td:hover {
            background-color: #e9e9e9;
        }

        / Responsiv design /
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }

            h1 {
                font-size: 2rem;
            }

            h2 {
                font-size: 1.75rem;
            }

            h3 {
                font-size: 1.3rem;
            }
        }

        #content-table {
            list-style: none;
            padding: 0;
        }

        #content-table li {
            margin-bottom: 5px;
        }
        #content-table a {
            color: #007bff;
            text-decoration: none;
        }

        #content-table a:hover {
            text-decoration: underline;
        }

        / Innehållsförteckningens Styling /
        .content-table-container {
            background-color: #f4f4f4;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .content-table-container h2 {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 1.75rem;
        }
    