table.answers {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.answers td {
  text-align: justify;
  padding: 2px 4px 2px 4px;
}

table.answers td.title {
  background: #f5f5f5;
  background-image: url("/img/title_bg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  border: #e5e5e5 solid 1px;
}

table.answers td.empty_cells {
  width: 25px;
  border-right: #f05d49 solid 2px;
}

table.recsearch {
  border: #e5e5e5 solid 1px;
  white-space: nowrap;
}

table.recsearch td {
  padding: 3px;
}

table.recsearch label {
  vertical-align: top;
}

table.listname {
  width: 100%;
  margin: 10px 0;
}

table.listname td {
  padding: 5px;
}

table.listname td.title {
  text-align: center;
  background: #f5f5f5;
  background-image: url("/img/title_bg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  border: #e5e5e5 solid 1px;
}

table.listname p {
  margin: 0 0 10px 0;
}

table.listname img {
  float: left;
  margin: 0 1em 0.5em 0;
  border: #e5e5e5 solid 1px;
}

table.listname P {
  text-align: justify;
}

table.addquestion td {
  padding: 4px;
}
