﻿
:root {
    --main-bg: #FFF;
}

html * {
    box-sizing: border-box;
}

body {
}

h1 {
}

.full-width {
    width: 100%;
}

*:focus {
    outline: none;
}

article {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px;
}


.text-column,
.input-column {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.text-column {
    width: 60%;
}

.input-column {
    width: 40%;
    background-color: #f0f6ff;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

tr:last-child td {
    border-bottom: none;
    padding-bottom: 20px;
}

table {
    width: 100%;
    max-width: 1000px;
}

.form-group {
    margin-top: 10px;
}

ul {
    margin-top: 5px;
    width: 90%;
}

ul ul {
    width: 100%;
}

li {
    margin-bottom: 10px;
}

.auto-select {
    border: none;
    border-bottom: #999 1px solid;
    width: 100%;
    margin-bottom: 5px;
    font-family: monospace;
    letter-spacing: -0.8px;
}