body {
  margin: 0;
  background-color: rgb(255, 224, 194);
}
.normalbody {
    margin-left:15px;
}
.tbar{
  padding: 14px 16px;
  background-color: rgb(200, 100, 0);
  white-space: nowrap;
}
.tbar a {
  padding: 14px 16px;
  color: white;
  text-decoration: none;
}
.tbar a:hover {
  background-color: rgb(220, 110, 0);
  color: black;
}
.tbar a:active  {
  background-color: rgb(100, 50, 0);
  color: black;
}
.tbar a#home:active  {
  background-color: rgb(100, 50, 0);
  color: black;
}
.bbar{
  position: fixed;
  bottom: 0;
  background-color: rgb(200, 100, 0);
  color: white;
  white-space: nowrap;
  width:100%;
  text-align: center;
}
.tbar a#login  {
  background-color: rgb(100, 50, 0);
  color: blue;
  text-align: right;
}

.QuestionBox {
  background:url('/resource/img/q.png');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  border-width: 10px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;  
}
.AnswerBox {
  background:url('/resource/img/a.png'); 
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  border-width: 10px;

} 
.AnswerButtonCORRECT {
  background:url('/resource/img/aT.png'); 
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.AnswerButtonWRONG {
  background:url('/resource/img/aF.png'); 
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;  
}

.QUIZ_UserSessionList th{
  background-color: rgb(200, 100, 0);
  white-space: nowrap;
  color: white;
  padding: 20px;
}

.QUIZ_UserSessionList td{
  padding: 20px;
}

.QUIZ_UserSessionList tr:nth-child(odd){
  background-color: rgb(255, 250, 240);
  white-space: nowrap;
  color: black;
}
.QUIZ_UserSessionList tr:nth-child(even){
  background-color: rgb(255, 240, 220);
  white-space: nowrap;
  color: black;
}


.ReviewTable th{
  background-color: rgb(200, 100, 0);
  white-space: nowrap;
  color: white;
  padding: 20px;
}
.ReviewTable tr{
  background-color: rgb(255, 240, 220);
  white-space: nowrap;
  color: black;
}