.entry_body p{
color: #4d4d4d !important; 
margin: 0 0 12px 0;
} 
.truncate-item-title{
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.project_p p{ 
color: #4d4d4d !important; 
}
.entry_body img{
	max-width: 100%;
	height: auto;
}
.entry_body a{
    color: #2AA4EF !important;
    text-decoration: underline;
}

.entry_body a:hover{
    text-decoration: none;
    cursor: pointer;
}




