* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #ffffff;
    margin: 0;
    display: grid;
    grid-template-rows: 50% 50%;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 2rem;
    padding: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    line-height: 1;
}

p,
ul {
    line-height: 1.4;
    margin-bottom: 1rem;
}

ul {
    margin-left: 1rem;
}

th,
td {
    text-align: left;
    padding: 0.25rem 0.5rem;
    vertical-align: text-top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

canvas {
    display: block;
    background: #ffffff;
}

input[type=text],
input[type=number],
select {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 0.25rem;
}

[v-cloak] {
    display: none;
}

#configurator {
    padding: 1rem;
    overflow: auto;
    background: #eeeeee;
}

#moveIcon {
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -3rem;
    z-index: 100;
    line-height: 1;
    text-align: center;
}

#rotateToggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -3rem;
    z-index: 100;
}

.category {
    margin-bottom: 1rem;
}

.category h2 {
    padding: 0.5rem;
    background: #888888;
    color: #ffffff;
    border-radius: 0.25rem;
}

.category .options,
.category .options .sub-options,
.category .info {
    padding: 0.5rem;
}

.category .options .sub-options {
    background: #ffffff;
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    margin-left: 0.5rem;
}

.category .options .option {
    margin-bottom: 1rem;
}

.category .options .option h3 {
    margin-bottom: 0.25rem;
}