/*                 论坛帮助                 */

#questions {
  float:left;
  width:300px;
  margin: 6px -300px auto auto;
}

#helpContent{
  width:auto;
  margin-left:306px;
}

#helpContent table{
  width:100%;
  border: 0px;
  border-collapse: collapse;
  margin-bottom:15px;
}

#helpContent .answer{
  width:95%;
  margin:auto;
  margin-bottom:15px;
}

#helpContent .answer .goToTop{
  text-align:right;
  font-weight:bold;
  margin-bottom:1px;
  font-size:12px;
}

#helpContent .answer .goToTop a{
  font-weight:bold;
}

#helpContent .answer .title{
  font-weight:bold;
}

#helpContent .answer .content{
  margin-top:15px;
  word-break:break-all;
  line-height:18px;
  text-indent:20px;
}
