
body {
    padding:0px;
    margin: 0px;
    background-color: black;
    color: black;
    font-weight: 300; 
    font-size: 13pt;
}


/* text styling */
strong {
  font-weight: 600;         
}

.warm {
  color: steelblue;
  text-align: justify;
}

.cool {
  color: #ccccff;
}


/* these are all the same for now, but easy to modify individually */
#container-start, #container-error, #container-exp, #container-consent, #container-instructions, #container-questionnaire {
    position: relative;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    left: 0px;
    right: 0px;
    padding: 100px;
    padding-top: 5%;
    border: 0px solid black;
    background: white;
}

#container-consent, #container-exp {  /* override padding to fit long consent forms and exp display*/
  margin: auto;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1%;
  background: black;
}

/* ad.html  - the ad that people view first */
#startlogo {
    float: right;
    width: 140px;
    padding: 2px;
    border: 1px solid #ccc;
}

/* consent.html - the consent form */
#consent {
  margin: 0 auto;
  margin-top: 0;
  width: auto;
  font-size: 70%;
}

.legal {
  text-align: justify;
  font-size: 11pt;
  line-height: 1.1em;
}

#trial {
  margin: 0 auto;
  width: 800px;
  text-align: center;
}

#query {
  color: darkgray;
}

.question {
  margin-bottom: 30px;
}

/* errors */
#error img {
  padding-right: 10px;
  padding-top: 15px;
}