.extras_table {
  width: 600px;
}
.extras_table td {
  height: 32px;
}

.extras_table td, .extras_table th {
  border: none;
}
.extras_table .extras_x-desc {
  /*border-top:1px solid #000;*/
}
.extras_table .extras_y-desc {
  padding-right: 5px;
  font-weight: normal;
  text-align: left;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
}
/* Sets the max width of the result bar */
.extras_result {
  width: 100%;
}
/* This will serve as the bar, make it look nice with a background image or colour gradient */
.extras_result p.extras_p {
  width: 0;
  float: left;
  height: 34px;
  display: block;
  background: #006600;
  background: -moz-linear-gradient(left, #660000, #FF0033);
  background: -webkit-gradient(linear, left top, right top, from(#600600), to(#FF0033));
  filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#660000', EndColorStr='#FF0033', GradientType=0);
  text-align:right;
}
/* Position the result data and set default display to none (for the fade in) */
.extras_result span {
  position: relative;
  padding-left: 5px;
  left: 60px;
  top: 10px;
  display: none;
  font-size: 12pt;
}

/* A class to centre text */
.extras_x-desc p.extras_centreIt {
  text-align: center;
}

.question {
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 13.5pt !important;
  font-weight: bold;
  margin-left: 20px;
}

.question a{
  font-size: 13.5pt !important;
  font-weight: bold;
}

.question i {font-size:18px !important;}


.poll_history {
  width: 100%;
  text-align: center;
  margin: auto;
}

.poll_history a{
  font-size: 12px;
  color: #ff0000;
}

.main-box .content a:visited{
  font-size: 12px;
  color: #ff0000;
}

#zergnet {
  margin-left: -20px;
}