.h2, h2, .h3, h3 {
  font-size: calc(0.9rem + .6vw);
  padding-top: 10px;
  padding-bottom: 10px;
}

.theme-div img {
  width: 100%;
}

.theme-div {
  max-width: 865px;
}

a:link,
a:visited {
	text-decoration: none;
	color: darkblue;
}

main {
	columns: 385px;
	column-gap: 20px; 
}

.read-more-link {
	margin-top: 30px;
}

.created-date {
	color: gray;
	font-size: smaller;
	position: relative;
	text-align: right;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
	
	.row {
		margin-left: 4%;
	}
}

.theme-title {
	margin-top: 10px;
	margin-left: 10px;
}

.theme-body {
	margin: -10px 10px 30px 10px;
	font-size: 1.25rem;
	line-height: 2rem;
}

@media (max-width: 760px) {
	.theme-title {
		top: 10px;
		left: 0px;
		width: 100%;
	}
	
	.theme-body {
		margin: -5px 5px 5px 5px;
	}
}

@media screen {
  .theme-div a {
    background: url(/img/icon-link.png) right -20px no-repeat;
    padding: 0px 15px 0px 0px;
    margin-right: 5px !important;
    color: darkorange;
  }
  
  .theme-div a:hover {
    background: url(/img/icon-link.png) right 0px no-repeat;
    color: darkblue;
  }
}


@media (min-width: 761px) {
	.article-body {
	  margin: -10px 100px 50px 100px;
	  line-height: 26px;
	}
	
	.theme-div h2, .theme-div h3 {
		margin-left: 100px;
		margin-bottom: 20px;
	}
}

p {
  margin-bottom: 1.7rem;
}

.review-data {
  max-height: none;
}

.sn-expander-collapse-container, .sn-expander-collapse-content {
  overflow: hidden;
  position: relative;
}


.sn-truncate-container {
  overflow: hidden;
  position: relative;
  
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}

@media (max-width: 760px) {
	.sn-truncate-container {
		-webkit-line-clamp: 11;
		line-clamp: 11;
	}
}

.sn-expander-top-fade {
  height: 16px;
  width: 100%;
  position: relative;
  top: -15px;
  left: 0;
  background: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
  background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}
.sn-expander-header {
	text-align: center;
}

#readMoreBtn {
	font-size: 30px;
}

.sn-expander-header a {
	background: none;
}

.sn-expander-header a:hover {
	background: none;
}

.sn-expander-text {
	vertical-align: middle;
	padding-bottom: 12px;
	padding-left: 10px;
}

.sn-read-more {
	display: flex;
	justify-content: space-between;
}

.sn-read-more a, .sn-read-more a:hover {
  margin-top: 20px;
  background: none;
  border: solid 1px;
  padding: 3px;
  
}
