/*td.ariQuizQuestionTitleCnt.ariQuizQuestionLeft #content60 p img, #content80 p img, #content100 p img {
  max-width: 90%;
  margin: 0px;
  max-height: 200px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(102, 77, 121, 0.78);
  -moz-box-shadow: 2px 2px 3px 0px rgba(102, 77, 121, 0.3);
  box-shadow: 2px 2px 3px 0px rgba(102, 77, 121, 0.3);
}*/

.ariQuizQuestionTitle {
  color: white;
  font-weight: bold;
  background: blue;
  text-align: center;
  width: 80px;
  padding: 2px 2px 2px 2px;
  
  display: none;
  
}

TABLE.ariQuizQuestionTable TD {
  padding: 4px;
  white-space: nowrap;
}

table#tblQueContainer .button, input.button, button.validate {
  background: #574393;
  margin: -21px 0px 0px 10%;
}

.ariQuizHeaderName {
  font-weight: bold;
  font-size: 25px;
}

.ariQuizProgressWrap {
  position: relative;
  width: 120px;
  border: 2px solid black;
  border-radius: 5px;
}

TABLE.ariQuizQuestionTable TD p {
  white-space: normal;
}

.ariQuizProgress {
  position: relative;
  background: rgb(2, 0, 0);
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
  background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
  background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
  background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}