/* Wikipedia-like styling */
        body {
            font-family: sans-serif;
            margin: 0;
            background-color: #f6f6f6;
            color: #202122;
        }
        #content {
            margin-left: 10em;
            padding: 1em 2em;
            border-left: 1px solid #a7d7f9;
            background-color: #ffffff;
        }
        #mw-panel {
            position: absolute;
            width: 10em;
            top: 0;
            left: 0;
            padding-top: 1em;
        }
        #p-logo {
            text-align: center;
            margin-bottom: 1em;
        }
        #p-logo a {
            display: block;
            width: 8em;
            height: 8em;
            margin: 0 auto;
            background-image: url('https://placehold.co/135x135/a7d7f9/000000?text=Vepedia');
            background-size: contain;
            background-repeat: no-repeat;
        }
        .portal, .firstHeading {
            border-bottom: 1px solid #a2a9b1;
            padding-bottom: 0.25em;
        }
        #firstHeading {
            font-size: 1.8em;
            margin-bottom: 0.1em;
        }
        #siteSub {
            color: #54595d;
        }
        #bodyContent {
            line-height: 1.6;
        }
        h2 {
            font-size: 1.5em;
            border-bottom: 1px solid #a2a9b1;
            padding-bottom: 0.2em;
            margin-top: 1.5em;
        }
        h3 {
            font-size: 1.2em;
            border-bottom: none;
            margin-top: 1em;
        }
        .infobox {
            float: right;
            width: 22em;
            border: 1px solid #a2a9b1;
            background-color: #f8f9fa;
            margin-left: 1em;
            margin-bottom: 1em;
            font-size: 88%;
            line-height: 1.5;
        }
        .infobox th, .infobox td {
            padding: 0.25em 0.5em;
            border-bottom: 1px solid #eaecf0;
        }
        .infobox th {
            text-align: left;
            background-color: #eaecf0;
        }
        .infobox .header {
            font-size: 125%;
            text-align: center;
            background-color: #dbeafe;
        }
        #toc {
            border: 1px solid #a2a9b1;
            background-color: #f8f9fa;
            padding: 0.5em;
            display: table;
            margin-bottom: 1em;
        }
        #toc .toctitle {
            font-weight: bold;
            text-align: center;
        }
        #toc ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
        #toc > ul > li {
            margin-bottom: 0.2em;
        }
        #toc .tocnumber {
            margin-right: 0.5em;
        }
        a {
            color: #3366cc;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        /* Responsive design */
        @media (max-width: 800px) {
            #content {
                margin-left: 0;
                border-left: none;
            }
            #mw-panel {
                display: none;
            }
            .infobox {
                float: none;
                width: 100%;
                margin-left: 0;
            }
        }
