.question-holder {
    /*width: 500px;*/
    width:100%;
    margin-bottom: 10px !important;
}

.question-holder-true-false {
    /*background: #ff0000;*/
    /*background:#F5F8FA;*/
    border-left: 10px solid #F5F8FA;
}

.question-holder-multiple-choice {
    /*background: #cc0000;*/
    /*background:#FFF4CC;*/
    border-left: 10px solid #FFF4CC;
}

.question-holder-matching {
    /*background: #00ff00;*/
    /*background:#ECF0F1;*/
    border:1px solid #ECF0F1;
}

.question-holder-ordering {
  /*background:#E4F1FE;*/
  border-left: 10px solid #E4F1FE;
}

.question-holder-short-answer {
    /*background: #0000ff;*/
    /*background:#F9F9F9;*/
    border:1px solid #F9F9F9;
}

.question-holder-essay {
    /*background: #0000cc;*/
    background:#F2F1EF;
}

.question-text {
    font-size: 16px;
    margin-top:10px;
}

.question-text-p {
    display: block;
    font-weight: bold;
    padding-left: 10px;
}

.answer-holder {
   margin-top:15px !important;
   margin-left: 30px;
}

.answer-holder-true-false {
    font-size: 14px;
}

.answer-holder-multiple-choice {
    font-size: 14px;
}

.answer-holder-matching {
    font-size: 14px;
    display: block;
    width: 100%;
}

.answer-holder-matching-column {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 48%;
    border:1px solid #ccc;
    padding:10px;
    margin-right: 2%;
    background:#ECF0F1;
}

.answer-holder-matching-column:last-child {
    margin-right: 0;
}

.answer-holder-ordering {
    font-size: 14px;
}

.answer-holder-short-answer {
    font-size: 14px;
}

.answer-holder-essay {
    font-size: 14px;
}

.answer-choice-holder {
    clear: both;
    /*border: 1px solid #eee;*/
    /*padding-left:20px;*/
    display: table;
}

.answer-choice-text {
   display: table-cell;
   font-size: 1em;
   line-height: 20px;
}
.ordering-choice-answer-holder{
    display: table;
    /*border:1px solid #CCCCCC;*/
    margin-top:5px;
    width:200px;
    padding:10px;
    cursor: grab;
    background-color: #f39c12;
     transition: all linear 0.2s;
   -webkit-transition: all linear 0.2s;
   -moz-transition: all linear 0.2s;
   -ms-transition: all linear 0.2s;
   -o-transition: all linear 0.2s;
}
.ordering-choice-answer-holder:hover{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  border-color: #2284a1;
  color: white;
  background-color: #2980b9;
}
.answer-choice-content {

}

.answer-choice-letter {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    /*float: left;*/
    font-weight: bold;
    display: table-cell;
    width:50px;
 }

.answer-correct-text {
    color: #33cc33;
    font-weight: bold;
    font-size: 16px;
}

.answer-correct-holder {
    clear: both;
    padding:10px;
}

.answer-correct-background {
    /*background: #ddffdd;*/
    /*background: green;*/
    background: #e4dbdc;
    padding:10px 10px 0px 5px;
    margin-bottom:10px;
    border-left: 10px solid green;
}
.true-false-mark-icon{
    float: right;
    margin-top:-80px !important;
    margin-right:40px;
}
.save-concept-testing-button{
    margin-top:10px;
}
.answer-explanation {
    clear: both;
    /*background: #ddffdd;*/
    background: #e4dbdc;
    border-left:10px solid green;
    padding:10px;
    margin-top:10px; 
    margin-left: 30px;   
}

.answer-explanation-p {
    display: block;
}
.answer-choice-text label{
    font-size: 1em;
    color:#4d4d4d;
    line-height: 20px;
}

.user-choice label{
    font-weight: bold;
    color:red;
    font-size: 1em;
}

.user-ordering {
    padding: 10px;
    font-weight: bold;
    color:red;
    font-size: 1em;
}