
/**
 * @file
 * Base stylesheet for the Poll module.
 */

.poll {
  /*overflow: hidden;*/
}
.poll .bar {
 height: 1em;
 margin: 3px 15px 0 auto;
 background-color: #cfcccc;
 width: 75%;
 float: left;
/*  background-color: #ddd;*/
}
.poll .bar .foreground {
  background-color: #d6bc72;
  height: 1em;
  float: left; /* LTR */
}
