﻿h1 {
    font-size: 22px;
}

p {
    text-indent: 2em;
}

.hidden {
    display: none;
}

.show {
    display:;
}

.input_disabled {
    background-color: aliceblue !important;
    color: blue;
}
.flinks a{
 color: darkgrey;
font-size:0.75em;
}

.bottom {
    margin-top: 20px;
font-size:0.85em;
}

    .bottom > p {
        margin: 8px 0px;
        color: darkgrey;
        line-height: 1.5em;
        text-align: center;
    }

        .bottom > p > a {
            color: darkgray;

        }
