body {
    max-width: 700px;
    margin: auto;
    padding: 0 20px 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
}

a {
    font-weight: bold;
}

#astral {
    font-family: 'BenchNine', sans-serif;
    font-size: 72px;
    padding: 0px;
    margin: 0px;
    margin-bottom: -10px;
}

.unbold {
    font-weight: normal;
}

.btn_stealth {
    opacity: 0;
}

.btn_stealth:hover {
    opacity: 100;
}

.input_stealth {
    display:block;
    color:#839496;
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0;
}

.legend {
    font-family: 'BenchNine', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
}

.help_subtext {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.input_position {
    width: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: -3px;
}

.input_text {
    width: 80px;
}

.select_fix {
    width: 30%;
}

.label_fix {
    width: 30%;
}

.label_static {
    margin-top: -10px;
    margin-bottom: 0px;
}

.row_fix {
    margin-left: 0px;
}

.col_fix {
    margin-top: 10px;
    margin-bottom: 10px;
}