@charset "utf-8";

#postScoreButton {
  width: 150px;
}

.review_txt {
  border-bottom: 1px dashed #cdcdcd;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

.moreLead {
  position: relative;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

.moreLead:hover {
  opacity: 0.7;
  filter: alpha(opacity = 70); /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
}
