
.survey {
  overflow: hidden;
}
.survey .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.survey .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left; /* LTR */
}
.survey .links {
  text-align: center;
}
.survey .percent {
  text-align: right; /* LTR */
}
.survey .total {
  text-align: center;
}
.survey .vote-form {
  text-align: center;
}
.survey .vote-form .categories {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.survey .vote-form .categories .title {
  font-weight: bold;
}
.node-form #edit-survey-more {
  margin: 0;
}
.node-form #survey-category-table .form-text {
  display: inline;
  width: auto;
}
.node-form #survey-category-table td.category-flag {
  white-space: nowrap;
  width: 4em;
}
td.survey-cattext {
  width: 80%;
}
td.survey-chvotes .form-text {
  width: 85%;
}