div.result {
  width: 800px;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

div.result .question {
  background-color: #ffffff;
  padding: 0 4px 0 2px;
  margin-bottom: 4px;
}

div.graph_question {
  float: right;
}

div.graph_question:hover {}

table.result-table {
  width: 800px;
  empty-cells: show; 
  border-collapse: collapse;
}

table.result-table tr.header {
  background-color: #ddddff;
  text-align: center;
  font-weight: bold; 
}

table.result-table tr.footer {
  background-color: #ddddff;
  text-align: left;
  font-weight: bold;
}

table.result-table tr.question {
  background-color: #ddddff;
  text-align: left;
  font-weight: bold;  
}

table.result-table td {
  margin: 0;
  border: 1px solid #aaaaaa;
  padding: 4px 4px 4px 4px; 
}

table.result-table tr.even {
  background-color: #eeeeee;
}

table.result-table tr.odd {
  background-color: #ffffff;
}

table.result-table td.right {
  text-align: right; 
}

table.result-table td.center {
  text-align: center; 
}