.search-message-photo {
    position: relative;
    float: left;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 3px;
}
.search-message-photo img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
}
.search-message-card {
    position: relative;
    width: 100%;
    height: 45px;
    margin-bottom: 5px;
    overflow: hidden;
}
.search-message-content-container {
    position: relative;
    float: right;
    width: 168px;
    height: 45px;
    text-align: left;
    text-indent: 0px;
}
.search-message-sender-name{
    line-height: 25px;
    color: black;
    text-align: left;
}
.search-message-content {
    line-height: 20px;
    font-size: 11px;
    color: gray;
}
#delete-search-btn {
    position: absolute;
    right: 60px;
    top: 15px;
    z-index: 999;
    display: none;
}