  .highlight-box { border:solid 0px #98BE10; background:#FCF9CE; color:#222222; padding:4px; text-align:left; font-size: smaller;}
  body {
    margin:0;
    padding:0;
  }
  header {
    width: 98%;
    height: auto;
    background:#CCDDE9;
    padding:1%;
  }
  #mainHeader {
    float: left;
  }
  #instructionsButton {
    float: left;
    width: 10em;
    height: 2em;
    margin:0.5em;
    margin-left:1em;
  }
  .counterSpace {
    float:left;
    text-align:center;
    margin-top: 2em;
    height:25em;
    width:150px;
  }
  #leftButton {
    height: 300px;
    width:150px;
    font-size:18px;
    color:#000000;
    white-space:normal;
    background-color:rgba(69,129,43,1);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-background-clip: padding-box; background-clip: padding-box;
    border:5px solid #999;
  }
  #rightButton {
    height:300px;
    width:150px;
    font-size:18px;
    color:#000000;
    white-space:normal;
    background-color:rgba(69,129,43,1);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-background-clip: padding-box; background-clip: padding-box;
    border:5px solid #999;
  }
  #playerContainer {
    width:800px;
    margin:auto;
    text-align:center;
  }
  iframe#player {
    float:left;
    margin:0 2em 2em 2em;
    border-right:8px solid red;
  }
  #mturk_form {
    text-align: center;
  }
  #pageHeader {
    float:right;
  }
  #nextButton {
    height: 2em;
    width:150px;
    font-size:18px;
    color:#000000;
    white-space:normal;
  }
  #instructionHeader {
    color:red;
  }
  #timeHeader {
    color:red;
  }
  input[type="text"]{
    font-size:36px;
    text-align: center;
    color:rgba(69,129,43,1);
  }
  * {
   font-size: 100%;
   font-family: Arial;
  }