@charset "utf-8";
/* CSS Document */

/*Sets Background Color and alignment of the Webpage*/
body {
  text-align: center;
  background-image: url(../img/floarb4.jpg); 
  font-family: helvetica, arial, sans-serif;
  font-size: 100%;
  background-repeat:no-repeat;
  background-size: 2100px 1900px;
  width:100%;
  height:100%;
  max-width:100%;
}

/*re-aligns the text of the webpage*/
#page_wrapper {
	width: 850px;
    margin: 0 auto;
    text-align: left;
}

/*Main container for the website*/
#content {
    width: 850px;
    color: #000;
    padding: 6px;
    height: auto;
    font-size: 16px;

}

/*Indents the answer labels in form_preview*/
.nd {
    padding: 0 0 0 10px;
}
.login-field{
    clear:both;
    padding: 0 0 0 10px;
    min-width: 150px;
    height: auto;
    display: inline-block;
    float:left;
}
.nd-input{
    display: inline-block;
    float:left;
}

.important {
   color: #FF0000;
   font-weight: bold;
}
.important:after{
  content: '*';
}
.underline{ text-decoration: underline; }

.submit{ clear:both; display: block;}

/*Paragraph format override*/
p {
   padding: 10px 0;
   text-align: left;
   /*color: #FFFFFF;*/
   /*background-color: #00CC00;*/
   /*background-color: #037E03;*/
   /*border: 1px solid black;*/
}

.fieldset {
   color: #555555;
}

table, td, th {
  border: 1px solid black;
  background-color: #FFFFFF;
  padding: 2px 8px;
}
th {
  text-decoration: underline;
  padding-bottom: 6px;
}

/*Video Game Survey header*/
h1 {
	font-size: 35px;
	color: #037E03;
}
h1 >a, h1 a:hover {
  color: #037E03;
  text-align: center;
}
h2 {
    color: #FF0000;
}
/*Sub Heading format (blue)*/
h3 {
	color: #FF0000;
}
h4 {
  padding: 10px 0;
  font-size: 22px;
  color: #FF0000;
  font-weight: bold;
}
h5 {
  line-height: 1.25;
}
