/* READ MORE BUTTON */
.maxlist-more {
	margin-bottom: 0;
}
.maxlist-more a {
	font-size: 16px;
	line-height: 16px;
  text-decoration: none;
  border-bottom: 1px dashed #E31E24;
  color: #E31E24;
}
.maxlist-more a:hover {
  text-decoration: none;
  border-color: transparent;
  color: #E31E24;
}
