
.kicad-schematic {
    border: 1px solid #3034ec;
    border-radius: 1em;
    width: 100%;
    max-width: 600px;
}

    .kicad-schematic .toolbar {
        margin-top: -0.15em; /* Fix rounded corners not lining up */
        text-align: center;
        margin-bottom: 1em;
        width: 100%;
    }

    .kicad-schematic .toolbar button {
            background-color: #3034ec;
            color: white;
            cursor: pointer;
            width: 100%;
            border: 1px solid #3034ec;
            border-radius: 1em 1em 0em 0em;
            padding: 0.2em 0.4em;
        }

    .kicad-schematic .toolbar button:hover {
            background-color: darkblue;
        }

    .kicad-schematic .image-container {
        text-align: center;
        width: 100%;
    }

    .kicad-schematic .image-container img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }