
.onez-at{
  color:#006efe;
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
}

.show-at{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  background: #badaf8;
}
.show-at-bottom{
  top: auto;
  bottom: 0;
}
.show-at li{
  line-height: 1.5;
  margin-bottom: 0px;
  list-style: none;
  word-wrap:break-word;
  word-break:break-all;
  padding-right: 25px;
  display: none;
  position: relative;
}
.show-at li.is-new{
  display: block;
}
.show-at.is-hasmore{
  padding-top: 20px;
}
.show-at li.more{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #006efe;
  padding-right: 0;
  cursor: pointer;
  text-decoration: underline;
}
.show-at li.more em{
  font-style: normal;
  color:#f00;
}
.show-at.is-hasmore li.more{
  display: block;
}
.show-at.showmore.showmore{
  padding: 0;
}
.show-at.showmore li.more{
  display: none;
}
.show-at.showmore li{
  display: block;
}
.show-at span{
  padding: 3px;
  display: inline-block;
}
.show-at strong.uname{
  cursor: pointer;
  font-weight: normal;
  color: #006efe;
}
.show-at strong.reply{
  cursor: pointer;
  font-weight: normal;
  color: #f00;
}
.show-at i{
  margin: 5px 5px 0 0;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
}