body {
    //margin-left: 5px;
    //margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: sans-serif;
}

/* header with logo */
.header {
    text-align: center;
    padding: 1px;
    background-color: #ffffb3;
}

 /* The banner container */
.banner {
    display: flex;
    overflow: hidden;
    background-color: #992222;
    margin: 1px;
}

/* Navbar links */
.banner a {
    float: right;
    display: inline;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;'
    margin-top:auto;
    margin-bottom:auto;
}

.linkTxt {
    float: right;
    display: inline;
    color: white;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
}

.loginTable {
    margin-right: 10px;
    margin-left: 10px;
    margin-top:2px;
    margin-bottom: 2px;
    border-spacing: 2px;
    display: inline;
    float: left;
    color: #ffffff;
}

.loginTable td {
    color: #666677;
    text-align: left;
    border: none;
    margin-top:auto;
    margin-bottom:auto;"
}

.loginButton {
    margin: 15px;
}

/* Links - change color on hover */
.banner a:hover {
    background-color: #ffffb3;
    color: #992222;
} 

.logo {
    padding: 1px;
    margin: auto;
    font-size: small;
    font-style: italic;
    font-family: serif;
    color: #666677;
    display: inline;
}

ul { line-height: 2em; padding: 2px; margin: 3em; }

li { color: #f0f1f2; }

h2 { font-weight:normal; font-style: normal; color: #992222; }

th { border: 1px solid #aaaaaa; }

td { border: 1px solid #aaaaaa; }

table { border-collapse: collapse; }

 /* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    text-align: left;
    background: #ffffff;
    
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    background: #ffffff;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */
@media (max-width: 600px) {
    .column {
        width: 100%;
        background: #ffffff;
     }
} 


.footer {
    position: fixed;
    height: 40px;
    border-color: #992222;
    border-width: 2px;
    border-style: solid;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    width: 100%;
    background-color: #ffffb3;
    color: white;
    text-align: center;
}

.qframe {
    width: 98%;
    height: 300px;
   border-radius: 12px;    
}

.formdiv {
    display:none;
    width:70%;
    background:#ffffff; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    
}

.formdiv table {
    border: 1px solid #aaaaaa; 
    border-collapse: collapse;
}

.iframecontainer {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}

.copydiv {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
    visibility: hidden;
    width: 800px;

}

.copydiv li {
    text-align: justify;
    color: #992222;
}

.copytable td {
    border: none;
}

.buttonspan {
	padding: 8px; 
	margin-left: auto; 
	margin-right: auto; 
	background: #9999ff;
	display: inline;
}

.buttondivs {
    text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 40px; 
	margin-bottom: 40px; 
	display: block;
    
}

#cTable td { border: none; }

#choice_table td { border: none; }

#fieldTable td { border: 1px solid #aaaaaa; }


