html
{
    background-color: #154071;
    color: white;
    font-family: monospace !important;
}
button
{
    min-width: 100px;
    min-height: 50px;
    color: black;
    background: white;
    font-size: 20px;
    border-radius: 10px;
}

input
{
    min-width: 20px;
    min-height: 20px;
    color: black;
    background: white;
    font-size: 10px;
}

label
{
    padding: 5px;
    color: white;
    /*background: white;*/
    font-size: 25px;
}

.hidden
{
    display: none;
}
.fancy_form_a_old
{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(79,54,163,1) 28%, rgba(144,138,164,1) 45%, rgba(7,74,88,1) 77%);
}
.fancy_form_a
{
    background-color: #05386c;
    border:           5px solid #BCD6F1;
    border-radius:    15px;
    padding:          25px;
    margin:           25px;
    overflow:         auto;
}
.fancy_form_b
 {
    background: rgb(34,193,195);
    border:           5px solid #BCD6F1;
    border-radius:    15px;
    padding:          25px;
    margin:           25px;
    overflow:         auto;
}

.table_cell
{
    margin-left: 6px;
    margin-right: 6px;
}

.fancy_table
{
    background-color: black;
}

a
{
    text-shadow: #007BF5 1px 0 10px;
    font-size: 24px;
    color: white !important;
}

a:visited
{
    text-shadow: #007BF5 1px 0 10px;
    font-size: 24px;
    color: white !important;
}
.spacer
{
    height: 100px;
}

.table_input
{
    height: 60px;
    color: black;
    font-size: 20px;
}