﻿#question {
  width: 100%; }

#question {
  background-color: #F0F0F0;
  border: none;
  border-radius: 6px;
  color: #323232; }

.questionId {
  color: #808080; }

#questionText {
  background-color: #808080;
  color: #F0F0F0; }

#questionImage {
  background-color: #808080;
  border: none; }

#status {
  background-color: #FF5031;
  /*background-image: url(images/btnbg_command.png);*/
  /*background-repeat: no-repeat;*/
  border-radius: 6px;
  position: relative;
  width: 250px;
  min-width: 250px;
  height: 45px;
  margin-left: 60px;
  margin-right: auto;
  text-align: left;
  line-height: 45px;
  padding: 0; }

#status a {
  color: #F0F0F0;
  font-size: 125%;
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  text-align: left;
  position: absolute;
  height: 100%;
  padding-left: 10px;
  /*padding-left: 145px;*/
  right: 0;
  left: 0; }

.answerItemTable tr:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.btnQuestionForwardBackward {
  border: none !important;
  color: white; }
