.subject-show-more {
  text-align: left;
  text-shadow: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
  color: #ffffff;
}

.subject-show-more a {
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-shadow: none !important;
  text-decoration: none;
  transition: color .2s ease-out, background .3s ease-in;
  background-color: #575757;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  display: block;
}