#experiment-container {
    width: 100%;
    height:100%;
    display: flex;
   margin: auto;
   flex: 1 1 100%;
   width: 100%;
}
#jspsych-content img {
   max-width: 100%; 
   height: auto;
 }

#jspsych-content p>img {
   max-width: none; 
   height: auto;
 }

#jspsych-content p img.toggleinstruct {
   max-width: 48%; 
   height: auto;
    float: left;
    padding: 5px;
 }
 
 .parent p {
     text-align: left;
 }

.invis {
    visibility: hidden;
}

.estimate {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 10px;
}

.estimate label {
    font-size: 14px;
    line-height: 1em;
}

input[type="radio" i] {
    margin: 0;
    line-height: 1em;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
    width: 50px;
}
