.preguntasList {
}
  .preguntasList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .preguntasList li {
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.2em;
  }
  .preguntasList li.last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }

.pregunta .image img {
  float: left;
  display: inline;
  border: 1px solid #ccc;
  margin: 0 15px 5px 0;
}
.pregunta .title {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.pregunta .admin_options {
  float: right;
  display: inline;
}
  .pregunta .admin_options a {
    margin-left: 5px;
  }
  
.pregunta .meta strong {
   color: #c90914;
 }
 .pregunta .options {
   text-align: right;
   font-weight: bold;
 }  
 .pregunta .options a {
    margin-left: 15px;
 }
 
.respuestas .module_title {
  margin-top: 2em;
  border-top: 1px dotted #ccc;
  padding-top: 0.8em;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}
.respuestas ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.respuestas li {
  margin: 0;
  padding: 10px 10px 10px 70px;
  border-bottom: 1px dotted #ddd;
}
.respuestas li.pair {
  background: #f5f5f5;
  color: inherit;
}
.respuestas .image img {
  float: left;
  display: inline;
  margin-left: -60px;
}
.respuestas .title {
  margin: 0 0 0.3em 0;
}
  .respuestas .title a {
      font-weight: bold;
      font-size: 1.1em;
  }
.respuestas .text {
  margin: 0 0 0.7em 0;
}
.respuestas .right_info {
  float: right;
  display: inline;
  margin: 0 0 5px 15px;
  text-align: right;
}
  .respuestas .right_info .timeago strong {
    color: #c90914;
    background-color: transparent;
    font-weight: normal;  
  }
  .respuestas .right_info .rating_holder , .respuestas .right_info .link-best {
    float: left;
    display: inline;
    text-align: center;
  }
 .respuestas .right_info .link-best a {
   display: block;
   padding: 10px 0 0 0;
   margin-left: 15px;
 }
 
 .respuestas label {
   font-size: 1.2em;
   line-height: 1.2em;
   font-weight: bold;
 } 

