body {
    font-family: Arial;
    font-size: 14px;
    height:706px;
    border:solid 10px #D9E5C1;  
    background-color:#ffffff;
    width: 428px;
    padding: 10px;
    overflow: hidden;
}

select {
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
    outline: 2px solid #D9E5C1;
    width: 143px;
}

.selectedCell {
    background-color: rgb(150, 197, 132);
    cursor: pointer;
    -moz-user-select: -moz-none;
    select: none;
}

body.bodyWide {
    font-family: Arial;
    font-size: 14px;
    height:706px;
    border:solid 10px #D9E5C1;  
    background-color:#ffffff;
    width: 1014px;
    padding: 10px;
    overflow: hidden;
}

.callout {
    background-color: #e8ebdc;
    padding: 20px;
}

.questionTable {
    width: 100%;
}

.questionTable td {
    text-align: center;
    padding-top: 15px;
}

.responseTable {
    margin-top: 40px;
    width: 100%;
}

.responseTable td {
    vertical-align: top;
    text-align: center;
}

.circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #00f
}

b {font-weight:bold;}
i {font-style: italic;}
p {margin-bottom: 14px;}
sup {
    position: relative;
    top: -0.5em;
    font-size: 0.83em;
}

.itemTitle {
    background-color: #B2D6F4;
    padding:5px;
    margin-right:2px; 
    margin-bottom:15px; 
    line-height:22px;
    box-shadow: 1px 1px 2px 0px #333333;
}

.itemDirections {
    margin-bottom:15px;
    font-style: italic;
}

.itemStem p{
    margin-bottom:10px;
}

.itemStemWide {
    width:700px;
    min-height: 400px;
    padding:50px 80px;
    margin:30px auto 0 auto;
    border: 1px solid #D9E5C1;  
}

.textbox {
    width:96%;
    outline:2px solid #D9E5C1;
    margin-top:4px;
}

.txtBoxIntro{
    margin: 14px 0px 2px;
}

.txt2 {
    height:34px;
}

.txt3 {
    height:51px;
}

.txt4 {
    height:68px;
}

.textInput {
   width:90%;
   outline:2px solid #D9E5C1;
   margin-top:4px;
}

.numeric {
    margin-top:4px;
    outline:2px solid #D9E5C1;
    width:100px;
}

label {
    cursor:pointer;
    display:inline-block;
}

.radioDistractor {
    margin: 5px 0 5px 0;
    display: table-row;
}
.radioDistractor input {
    display: table-cell;
    vertical-align: top;
}
.radioDistractor label {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 6px;
}

input[type="checkbox"] {
    vertical-align:middle;
    margin-right:10px;
    cursor:pointer;
}

.checkboxDistractor {
    margin: 5px 0 5px 0;
    display: table-row;
}
.checkboxDistractor input {
    display: table-cell;
    vertical-align: top;
}
.checkboxDistractor label {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 6px;
}

.greytable {
    border-collapse: collapse;
    margin-top:10px;
}

.greytable th {
    border: 2px solid #a6a6a6;
    background-color: #7f7f7f;
    color: #ffffff;
    font-weight:bold;
    padding: 6px;
    vertical-align:middle;
}

.greytable td {
    border: 2px solid #a6a6a6;
    background-color: #f2f2f2;
    padding: 6px;
}

.greytableRadio {
    text-align:center;
    vertical-align:middle;
}

.alignLeft {
 text-align:left;
}


#introDirections {
    margin-bottom: 15px;
    font-style: italic;
}

.itemDirectionList {
    list-style: disc;
    margin-left: 10px;
    margin-bottom: 8px;
    padding-left: 5px;
}
.itemDirectionList li {
    margin-bottom: 8px;
}

#introBullets {
    margin-bottom: 30px;
    list-style-type: disc;
    padding-left: 0px;
    margin-left: 20px;
}

#introBullets li {
    margin-left: 0px;
    margin-bottom:7px;
    padding-left: 0px;
    font-style: italic;
}

.list-container {
    display: flex;
    margin-left: 10px;
}

.center {
    text-align: center;
}

.intro {
    padding-left: 50px;
    padding-right: 50px;
}

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50%;
}

.list {
    
}

.list-item {
    position: relative;
}

.list-item:hover>.label {
    color: rgb(0, 0, 255);
}

.list-item:hover>.label::before {
    margin-right: 2rem;
    border: 0.5rem solid rgb(0, 0, 255);
}

.radio-btn {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.radio-btn:checked+.label {
    color: rgb(0, 0, 255);
}

.radio-btn:checked+.label::before {
    margin-right: 2rem;
    border: 0.5rem solid rgb(0,0,255);
    background: rgb(0, 0, 255);
}

.dropTable {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-spacing: 8px;
}

.dropTable tr {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropTable td {
    vertical-align: middle;
}

.dropCell {
    border: 1px solid #acc57d; 
    width: 80%;
    height: 22px;
}

.dragOption {
    cursor:pointer;
    /*display: inline-block;*/
    padding:3px;
	/*
    border: 1px solid #BFBFBF;
    box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.7);*/
    height: 22px;
    vertical-align: middle;
    text-align: left;
    font-size:14px;
    width: 270px;
}

.dragOption:hover {
    box-shadow: 0px 0px 1px 1px rgba( 50, 255, 50, 1), 2px 2px 2px 0px rgba(51,51,51,.5);
}

.dragOption.ui-draggable-dragging {
    box-shadow: 0px 0px 1px 1px rgba( 50, 255, 50, 1), 2px 2px 2px 0px rgba(51,51,51,.5);
}

.dragP {
    vertical-align: middle;
    margin-bottom:0px;
}

.dropTarget {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.sortableList { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%; 
}
.sortableList li { 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    height: 40px;
    background-color: lightgray;
    vertical-align: top;
    border-radius: 5px;
    cursor: pointer;
}

.ui-sortable-placeholder {
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    height: 40px;
    background-color: #333333 !important;
}

.largerText {
    font-size: 1.5em;
}

.hiddenTitle{
    display:none;
}

label {
    cursor: pointer;
    font-size: 1.1em !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    color: black !important;
    display: inline-block;
}

.savedIdeas {
    background-color: #dae5f1; 
    padding:10px;
    word-break: break-all;
}

.savedIdeas li {
    padding-bottom: 5px;
    word-break: break-all;
}

.savedIdeasTable {
    width: 100%;
    border-spacing: 10px;
    background-color: #dae5f1;
}

.savedIdeasTable td {
    vertical-align: middle;
    padding: 3px;
    border: 1px solid white;
}

[dir="rtl"] p#question00_4 > img {
    transform: scaleX(-1);
}