.messages {
    border-bottom:1px solid #ccc;
    padding:10px ;
    transition:all 0.5s ease
}
.messages:hover {
    background:#f7f9f9
}
.messages .img{
    padding-right:10px
}
.messages h2 {
    font-weight: 500;
    font-size: 1.2em;
    color: #18253e;
    margin-bottom: 5px;
    float:left;
    padding-left:8px ;
        margin-top: 2px;
}

.messages h2 span {
    font-weight: 300;
    font-size: 0.8em;
    color: #18253e;
    display: block;
    line-height: 1.8em;
}
.messagesdelete {
    text-align:center;
    line-height:50px;
    display:block;
    font-size:2em;
    color:#eee
}
.messagesdelete:hover  {
    background:red;
    color:white
}
.files  {
    font-weight: 300;
    font-size: 1em;
    color: #18253e;
    display: block;
    line-height: 1.8em;
}
.files:hover  {
    color:#000 ;
    text-decoration:underline
}
.files:before {
    content: "\e62d";
    font-family: 'themify';
    font-size: 1.2em;
    color: #17af23;
    line-height: 1.8em;
}
