body {
    line-height: 1.5em;
}

h1,
h2,
h3,
p {
    margin: 0.4em 0;
}

h1 {
    text-align: center;
}

label {
    font-weight: bold;
}

input[type='button'],
input[type='checkbox'] {
    border-radius: 3em;
    padding: 0.5em 1em;
    cursor: pointer;
}

#input-submit {
    border: 0.3em solid orangered;
    cursor: pointer;
    /* padding: 5px; */
}

input[type='text'],
input[type='number'] {
    border: 1px solid #cccccc;
    cursor: text;
    margin: 5px 0px;
    padding: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    cursor: pointer;
    overflow-y: auto;
    margin: 5px 0px;
    padding: 5px;
}

table {
    width: 100%;
}

tr {
    vertical-align: top;
}

td {
    padding: 0 1em;
}

.td-25 {
    width: 25%;
}

.td-30 {
    width: 30%;
}

.td-45 {
    width: 45%;
}

hr {
    border: 2px solid black;
}

input[type='submit'] {
    float: right;
}

.config-container {
    background: #7f7f7f7f;
    border: 3px solid black;
    border-radius: 25px;
    margin-top: 5vh;
    width: 60vw;
    margin-left: 20vw;
    max-width: 75vw;
    padding: 5px 25px;
    top: 10vw;
}

.keyname {
    background-color: #202020;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    padding: 2px 4px;
    text-transform: uppercase;
    white-space: pre-line;
}

.credits-version {
    font-size: 0.75em;
    text-align: right;
}

#credits-version {
    position: absolute;
    bottom: 1vw;
    right: 2vw;
}
