<!--
  -- A Plone product to generate quiz. A quiz is a list of quiz_tabs with the appropriate answer(s).
  --  Content managers can build quiz easily and present users a report about the errors they did.
  --  Copyright (C)2005 Ingeniweb

  --  This program is free software; you can redistribute it and/or modify
  --  it under the terms of the GNU General Public License as published by
  --  the Free Software Foundation; either version 2 of the License, or
  --  (at your option) any later version.

  --  This program is distributed in the hope that it will be useful,
  --  but WITHOUT ANY WARRANTY; without even the implied warranty of
  --  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  --  GNU General Public License for more details.

  --  You should have received a copy of the GNU General Public License
  --  along with this program; see the file COPYING. If not, write to the
  --
  -->



/*  (do not remove this ; I DIDN'T :) */

.quizQAViewTable {
  width: 100%;
}

.quizQAViewTable td {
  vertical-align: top;   
}

.quizQAViewTable .quizQAImage img {
  margin-left: 1em;
}

.quizStatsTable {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #afafa3;
  width: 90%;
  padding: 1em;
  margin-bottom: 1em;
}

.quizStatsTable th {
  font-weight: bold;
  border: 1px solid #dcdbc4;
  background: #deddc9;
  border: none;
  border-bottom: 1px solid #afafa3;
  text-align: left;
  padding: 0.2em;
}

.quizStatsTable td {
  border: 0px;
  border-right: none;
  padding: 0.2em;
  
}

.quizStatsProgressBar {
  display: block;
  float: left;
  height: 100%;
  border: 1px solid #afafa3;
  margin-right: 1em;
  background: #c2e89b;
}

.quizStatsProgressBarScore {
  display: block;
  float: left;
}

.quizQARightAnswers,
.quizQARightAnswer {
  font-weight: bold;
}
#quiz-form h5 {
	font-size: 1.3em;
}
.quizQAResultTitle {
	padding: 0.5em 0;
}
/*  */