@charset "UTF-8";
#campaigns-list .end-campaign-item {
  display: block;
  padding: 1em 0 !important;
}
.end-campaign-item + .end-campaign-item {
  border-top-style: solid;
  border-top-color: #e0e0e0;
  border-top-width: 1px;
}
.end-campaign-item .img {
  width: 140px;
  float: left;
}
.end-campaign-item .txt {
  margin-left: 160px;
}
@media only screen and (max-width: 600px) {
  .end-campaign-item .img {
    width: 70px;
  }
  .end-campaign-item .txt {
    margin-left: 80px;
  }
}
