#form_comments table{
  width:100%!important;
}
#form_comments{
  float:left;
}
#form_comments .input{
  float:r;
  margin-top:10px;
}
.input a{
  color:#66737c;
  font-weight:bold;
  text-decoration:none;
}
.input a:hover{
  text-decoration:underline;
}
#form_comments .go{
  background-color:#66737c;
  padding:5px 10px;
  color:#fff;
  font-weight:bold;
  border:0;
  border-radius:3px;
  cursor:pointer;
  float:left;
  margin-top:10px;
  font-size:10pt!important;
}
#form_comments .radio{
  width:25px!important;
}
.vopros{
  background-color: #d8e2e7;
  padding:5px;
  width:98%!important;
}
.otvet{
  padding:5px;
  width:98%!important;
}
@media (max-width:1367px){
  .vopros td{
    margin:0;
    padding:3px;
  }
}

.vote-button {
    background-color: #66737c;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 10pt;
}