/* experiment.css */

body { background: #C0C0C0   ; margin:0; padding:0; font-size: 18px; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; }

#jspsych_target { margin-left: auto; margin-right: auto; margin-top: 50px; text-align: center; }
#jspsych_target pre { text-align: left; }
#grid{ 
   position: fixed;
   top: 20px;
   left: 10%;
   width: 800px; /* or whatever width you want. */
   height: 400px;
} 

#instructions {width: 700px; margin-left: auto; margin-right: auto; text-align: left; }
.prompt {font-size:14px;}

#a {
    position: relative;
    left: 80px; 
}
#b {
    position: absolute;
    right: 0px;
}