body {
    color: black;
    background-color: white;
    margin-left: 0;
    margin-top: 5em;
}
.lindent { margin-left: 5em; }
.sending-results {
    font-weight: bold;
    font-size: medium;
}
div.bar-container {
    border: 1px solid;
    border-color: #D3D3D3;
    background-color: white;
}
div.bar {
    background-color: #D3D3D3;
}
p.progress-text {
    padding-top: 0.5em;
    margin-top: 0;
    margin-bottom: 2em;
    font-style: italic;
    font-size: small;
    display:none;
}
p.practice-box {
    color: blue;
    height: 1.5em;
    padding-bottom: 1em;
    font-size: small;
    text-align: center;
}
span.retry {
    color: blue;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
span.retry:hover {
    text-decoration: underline;
}
span.retry:visited {
    color: blue;
} .FlashSentence-loading{
    font-style: italic;
} .Question-Question{
    margin-left: 0;
    padding-left: 0;
} .Question-instructions-text{
    font-style: italic;
    clear: left;
    padding-top: 1em;
    font-size: small;
} li.Question-normal-answer{
    text-align: left;
    cursor: pointer;
    padding-bottom: 1em;
} li:hover.Question-normal-answer{
    cursor: pointer;
} li.Question-scale-box{
    float: left;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-right: 1em;
    padding-right: 0;
    border: 1px #9ea4b1 solid;
    width: 2em;
    height: 2em;
    padding-top: 0.5em;
    text-align: center;
} .Question-scale-comment-box{
    float: left;
    list-style: none;
    margin-left: 0em;
    padding-left: 0;
    margin-right: 1em;
    padding-right: 0;
    padding-top: 0.5em;
    text-align: center;
    font-style: italic;
} li.Question-scale-box a{
    text-decoration: none; 
    display: block;
    vertical-align: middle;
} li.Question-scale-box a:hover{
    text-decoration: none;
    display: block;
    vertical-align: middle;
} span.Question-fake-link{
    color: blue;
    cursor: pointer;
} span:hover.Question-fake-link{
    cursor: pointer;
} .Separator-next-item-failure-message{
    color: red;
} .Separator-next-item-message{
    font-style: italic;
} .DashedSentence-sentence{
     background-color: white;
     clear: both;
} .DashedSentence-question{
     padding-left: 0.6em;
} .DashedSentence-rating{
    padding-left: 0.6em;
} .DashedSentence-sentence{
    line-height: 400%;
} .DashedSentence-ospan{
     border-bottom: 1px solid #9ea4b1;
     background-color: white;
} .DashedSentence-ispan{
     visibility: hidden;
} .DashedSentence-practice-text{
    color: blue; 
    font-weight: bold;
} .DashedSentence-iphone-next{
    clear: both;
    background: black;
    color: white;
    foreground: white;
    text-align: center;
    display: table;
    font-size: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-border-radius: 5px;
} .Form-error-text{
    color: red;
    font-weight: bold;
} .Message-message{
    font-size: medium;
    width: 40em;
} .Message-continue-link{ text-decoration: none; color: blue; } .Message-continue-link:hover{ text-decoration: underline; color: blue; } .Message-continue-link:visited{ color: blue; } .Scale-html{
    text-align: center;
    margin-bottom: 2em;
} .Scale-bar{
    margin-top: 50px;
    width: 300px;
    height: 20px;
    
    
} .Scale-handle, .Scale-handle-label, .Scale-scale-label{
    font-family: sans-serif;
    position: absolute;
} .Scale-handle{
    width: 30px;
    height: 30px;
    cursor: default;
    font-face: bold;
    border: 1px solid white;
} .Scale-button{
    width: 7em;
    height: 1.5em;
    background: #26396B;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    border-radius: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    vertical-align: middle;
    text-align: center;
} .PennController-PennController{
    max-width: 40em;
    left: 50vw !important;
    transform: translateX(-50%);
} video{
  height: auto;
  width: 100%;
}