.my-custom-excerpt-class {
color: #666666 !important;
font-size: 16px;
line-height: 115%;	
overflow: hidden;	
text-overflow: ellipsis;  }
.my-custom-excerpt-class::after {
content: " ...";
}