.publication {
  padding-top: 15px;
}

.pub-attr {
  border-top: 3px solid rgba(74, 192, 137, 0.625);
  background: #4ac089;
  color: #fff;
  margin-bottom: 10px;
}

.pub-title {
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.pub-subtext {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.pub-subtext span {
  font-family: "Oswald", sans-serif;
  font-size: 17x;
  margin-bottom: 5px;
}

.publist {
  margin-top: 10px;
}

.pub-info {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.pub-thumbnail {
  min-height: 100px;
  max-height: 150px;
  min-width: 100px;
  max-width: 300px;
}

#published > h2, #review > h2, #accepted > h2 {
  margin-top: 20px;
}

.pub-links {
  padding-bottom: 0px !important;
}

.pub-abstract {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background-color: rgba(74, 192, 137, 0.625);
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 2px 2px grey;
          box-shadow: 2px 2px 2px 2px grey;
}
/*# sourceMappingURL=publications.css.map */