 .sentence {
      background-color: white;
      clear: both;
 }
 .question {
      padding-left: 0.6em;
 }
 .rating {
     padding-left: 0.6em;
 }
 .sentence div {
      background-color: white;
      border-bottom: 1px solid;
      color: white;
      border-color: #9ea4b1;
      float: left;
      margin-right: 0.6em;
      margin-bottom: 2em;
 }
 .practice-text {
     color: blue; 
     font-weight: bold;
 }


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: #9ea4b1;
    background-color: white;
}
div.bar {
    background-color: blue;
}
p.progress-text {
    padding-top: 0.5em;
    margin-top: 0;
    margin-bottom: 2em;
    font-style: italic;
    font-size: small;
}
p.practice-box {
    color: blue;
    height: 1.5em;
    padding-bottom: 1em;
    font-size: small;
}



.message {
    font-size: medium;
    width: 40em;
}

.continue-link { text-decoration: none; color: blue; }
.continue-link:hover { text-decoration: underline; color: blue; }
.continue-link:visited { color: blue; }

.question {
    margin-left: 0;
    padding-left: 0;
}
.question-text {
    font-style: italic;
    font-size: small;
}
.instructions-text {
    font-style: italic;
    clear: left;
    padding-top: 1em;
    font-size: small;
}
li.normal-answer {
    cursor: pointer;
}
li:hover.normal-answer {
    cursor: pointer;
}
li.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;
}
.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.scale-box a {
    text-decoration: none; 
    display: block;
    vertical-align: middle;
}
li.scale-box a:hover {
    text-decoration: none;
    display: block;
    vertical-align: middle;
}
span.fake-link {
    color: blue;
    cursor: pointer;
}
span:hover.fake-link {
    cursor: pointer;
}



.next-item-failure-message {
    color: red;
}
.next-item-message {
    font-style: italic;
}

