/*
CTC Separate Stylesheet
*/

.entry-content p {
	text-align:justify;
}
a.more-link {
  display: inline-block;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff6663;
  line-height: 1;
  margin-bottom: .5em;
  padding: .75em 1em;
  white-space: nowrap;
}
a.more-link:hover {
  display: inline-block;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff6663;
  color: #fff;
  line-height: 1;
  margin-bottom: .5em;
  padding: .75em 1em;
  white-space: nowrap;
}