
#messages {
  width: 970px;
  margin: 0 auto 20px;
  font-size: 14px;
}

@media screen and (max-width:1080px) {
  #messages {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
  }
}

#messages p img {
  display: none;
}

#messages a.btn {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0
}

#messages .mu {
  width: 96%;
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #84ae53;
}

@media screen and (max-width:1080px) {
  #messages .mu {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  #messages .mu:nth-child(1) {
    padding: 0 0 20px 0;
  }
}

#messages .mu img {
  width: 100%;
  height: auto
}

#messages .mu h3 {
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}

#messages small {
  display: block;
  color: #280f01;
  text-align: left;
}

#messages .mu span {
  font-size: 13px;
  margin-left: 20px;
  color: #84ae53;
}

.moreread {
  margin: 0 auto;
}

.moreread a {
  display: block;
  background-color: #beac88;
  cursor: pointer;
  font-size: 16px;
  width: 155px;
  height: 18px;
  margin: 5% auto 0;
  opacity: 1;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}


