body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color: #000; }

h1 a { color: #000; text-decoration: none; }
h1 a:visited { color: #000; text-decoration: none; }
h1 a:hover { color: #fff; background-color: #000; text-decoration: none; }

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

td > label > .field_with_errors {
  display: block;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.ubarlcbg {
    display: none;
}

table#poll
{
  border-spacing: 0;
  border-collapse: collapse;
}

table#poll td
{
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

table#poll th,
table#poll td.name,
table#poll td.action,
table#poll td.answer,
table#poll td.empty,
table#poll tr.empty td
{
  border-style: none;
}

td.answer-unknown
{
  color: #ffffff;
  background-color: #cccccc;
}

table#poll th.choice.winner
{
  border: 3px solid;
}

table#poll td.total.winner
{
  border-left: 3px solid;
  border-right: 3px solid;
}

table#poll tr.empty + tr td.total.winner
{
  border-top: 3px solid;
}

table#poll tr:last-child td.total.winner
{
  border-bottom: 3px solid;
}

table#poll th.name,
table#poll th.choice
{
  width: 4em;
  padding: 0.5em 1em;
  vertical-align: bottom;
}

table#poll th.choice,
table#poll td.choice,
table#poll td.total
{
  text-align: center;
}

table#poll td.name,
table#poll th.name
{
  text-align: right;
  padding-right: 1em;
}

table#poll td.action,
table#poll td.answer
{
  white-space: nowrap;
  padding-left: 1em;
}

table#poll tr.empty
{
  height: 0.4em;
}

table#poll tr.edit {
    height: 1px;
}

table#poll tr.edit td.choice {
    height: 100%;
    padding: 0;
}

table#poll tr.edit td.choice > label {
    display: block;
    min-height: 100%;
    height: auto !important;
    padding: 0.5em;
}

div.comment
{
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */
