.publication .row {
  margin-bottom: 30px;
}

.publication .row .col-md-6 > .media:first-child {
  padding-top: 15px;
  border-top: solid 1px #E8E8E8;
}

.publication .row h5 {
  font-weight: bold;
  font-size: 16px;
}

.publication .row h4 {
  font-size: 13px;
  line-height: 22px;
  word-wrap: break-word;
  font-family: inherit;
}

.publication .row p {
  font-size: 11px;
  color: #264A9E;
  font-weight: bold;
}

.publication .row p i {
  font-size: 11px;
}

.publication .row p span {
  padding-right: 15px;
}

.publication .row img {
  width: 32px;
}

.publication .row .btn {
  border-radius: 25px;
  font-size: 10px;
  line-height: 11px;
  background-color: #5B9A52;
  float: right;
}

.publication .row .btn i {
  font-size: 10px;
}

.publication .row .media {
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 15px;
}

.media .media-body{
  max-width: 352px;
}