#hidden-seo.term-description.hidden-text{
overflow: hidden;
line-height: inherit;
height: 26.8em;
display: inline-block
}
#hidden-seo.term-description.show-text{
line-height: inherit;
height: auto;
display: inline;
}
.show-more-container{
text-align: center;
margin: 10px auto;
padding-top: 20px;
padding-bottom: 40px;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#show-more-button.show-more span{
display: block;
color: #ffffff;
width: 120px;
background-color: #aacd28;
padding: 10px;
text-align: center;
margin: 5px auto;
border-radius: 5px;
}
#show-more-button.show-more span:hover{
color: #ffffff;
cursor: pointer;
background-color: #3a3a3a;
}