/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #95D8DA;
    font-family: Arial, Helvetica, sans-serif; 
    text-align:left; 
    font-size: 9pt
}

#logout {
    position: absolute;
    right: 15px;
    top: 15px;
}

#logout form button {
    font-size: x-large;
}

.echo-container a {
    text-decoration: none;
}

label {
    margin-bottom: 0.5rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h4, h5 {
    font-weight: bold;
}

.TitleHeader
{
    font-size: 2.2em;
    font-weight:bold;
}
.SectionHeader
{
    font-size: 1.5em;
    font-weight:bold;
}
.Instructions
{
    font-size: 1em;
}
.Title 
{
    font-size: 1.15em;
    font-weight:bold;
}
.TDOption 
{
    font-size: .9em;
}
.Required
{
    color: red;
    font-weight: bold;
    font-size:1.5em;
}
.container {
    background-color: White;
    width: 65%;
    margin-top: 20px;
    padding: 10px;
    text-align: left;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}