.answers_table td
{
	text-align:center;
}
.answers_table th
{
	text-align:center;
}
.answers_table td input[type="text"]
{
	width:100%;
}

.move_answer
{
	cursor:move;
}
.ays_all_questions{
    display:none;
}
.hidden{
	display:none;
}

.score-wrapper{
	background: rgb(97, 200, 93);
}
.score{
	background: rgb(16, 63, 14);
    height: 10px;
}

.report-btn{
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: rgb(97, 200, 93);
  border: 1px solid rgb(16, 63, 14);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.report-btn:hover{
  color: #333;
  text-decoration:none;
}
#sbox-overlay{
    position: fixed !important;
}
.col_key{
    width: 17%;
}
#ays_quiz_question{
    width: 100%;
}