
.poll {
  overflow: hidden;
  background-color: #eeeeee;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.poll .bar {
  height: 10px;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #81BA41;
  height: 10px;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
  font-size: 11px;
}
.poll .total {
  text-align: center;
  font-size: 13px;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
  width: 100%;
}
.poll .vote-form .choices .title {
  font-family: 'Apex New Medium', arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
}
.node-form #edit-poll-more {
  margin: 0;
}
.node-form #poll-choice-table .form-text {
  display: inline;
  width: auto;
}
.node-form #poll-choice-table td.choice-flag {
  white-space: nowrap;
  width: 4em;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
.form-checkboxes .form-item, .form-radios .form-item{
  display: block;
}
.poll .option{
  font-family: 'Apex New Book', verdana, sans-serif;
  font-size: 15px;
}
.block-poll .links{
    background-color: #7f8c8d;
    height: 22px;
    padding-top: 3px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}
.block-poll .first{
    float: left;
    width: 150px;
    text-align: right;
}
.block-poll .last{
    float: right;
    width: 150px;
    text-align: right;
}
.block-poll .last a{
    padding-right: 6px;
}
.block-poll .links a{
    color: #ffffff !important;
}
.block-poll .text{
    font-family: 'Apex New Book', verdana, sans-serif;
    font-size: 14px;
}
.submitted{
    display: none;
}
.node-links ul li a, .comment-links ul li a{
    display: inline !important;
    float: none !important;
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
    font-family: 'Apex New Medium', arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #000 !important;
    vertical-align: baseline !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}