
.post {
  border-bottom:1px solid #ECEDF3;   
  line-height: 1.5;
  padding: 26px 0 18px 0;
}
.post-title {
    margin-bottom: 17px;
}
.post-title-text {
    color: #49475A!important;
    font-size: 24px;
}
.post-title-link {
    font-size: 12px;
    color: #949498;
    text-decoration: underline;
    cursor:pointer;
}
/*
.post-content {
    font-size: 15px;
        color: #49475A;
}
.post-content p {
  margin-bottom: 20px;
}
.post-content b {
  font-weight: bold;
}
.post-content a {
  cursor: pointer;
  text-decoration: underline;
  color:#458894;
}
.post-content ul {
    margin-top: 5px;
    margin-left: 18px;
    list-style: square outside;
    line-height: 1.9;
}
*/
.post-image-pic {
    width: 870px;
}

.post-image {
    margin: 30px 0px 22px 0px;
}

.post-title-text a{
    color: #49475A!important;
}
.post-title-text a:hover{
    text-decoration: none!important;
    color: #458894!important;
}