.content .post .post-des .post-button .delete-button {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #f6f6f6;
    display: inline-block;
    color: #8e8e8e;
    text-align: center;
}

.content .post .post-des .post-button .delete-button:hover {
    background: #e96969;
    color: #fff; 
}