.body-text {
    max-width: 700px;
}


.canvas-container {
  // border: thin blue dashed;
  margin: auto;
  clear: both;
}

#mouselab-canvas {
  position: relative;
  // border: thin red solid;
}

.mouselab-header {
    // margin: 0;
    float: left;
    margin-bottom: 0.5em;
    font-size: 20pt;
}

#mouselab-msg-left {
  width: 20%;
  text-align: left;
}

#mouselab-msg-right {
    width: 20%;
    text-align: right;
}
#mouselab-msg-center {
    width: 60%;
    text-align: center;
}

#mouselab-msg-bottom {
    width: 100%;
    font-size: 16pt;
    // font-weight: bold;
    text-align: center;
}


#mouselab-score, #mouselab-moves {
  font-weight: bold;
}


/********************************************************************/
/* Generic element styles                                           */
/********************************************************************/

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

h1 {
    margin-top: 0px;
}


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

ul {
    margin: 0;
}

ol.insructions > li {
    margin: 1em 0;
}

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

.cool {
  color: #ccccff;
}

/* these are all the same for now, but easy to modify individually */
#container-ad, #container-error, #container-exp, #container-consent, #container-instructions, #container-questionnaire {
    background: white;
    margin: 30px;
}

/* ad.html  - the ad that people view first */
#adlogo {
    width: 200px;
    padding: 2px;
}

/* consent.html - the consent form */
.legal {
  text-align: justify;
  font-size: 11pt;
  line-height: 1.1em;
}

.spacer {
    clear: both;
}

/********************************************************************/
/* Index slide components                                           */
/********************************************************************/

img.logo { height: 6.25em; }

#consent {
    padding-left: 4%;
    padding-right: 4%;
    margin: 1.5em 0;
    text-align: justify;
}

span.consent {
    font-color: red;
}

/********************************************************************/
/* Finished slide components                                        */
/********************************************************************/

#submit_error_slide {
    display: none;
}

#resubmit_slide {
    display: none;
}

/********************************************************************/
/* Error                                                            */
/********************************************************************/

#error-message {
    background-color: #FEA;
    padding: 0 0.625em;
    border: 1px solid black;
    margin: 0.625em;
}