.history-index{
    position: relative; width: 100%; height: 100%;
}
.history-list-object table{
    border-bottom: 1px solid #cccccc;
}

.history-list-object table tr td{
    border: none;
    vertical-align: middle;
}

.history-list-object .avatar{
    width: 100px;
    text-align: center;
}

.history-list-object .avatar .content{
    width:100%; max-height: 100px; overflow:hidden;
}
.history-list-object .avatar .content img{
    width: 100%; max-height:100%;
}

.history-list-object .name{
    font-size: 1.2rem;
}

.history-list-object .description{
    font-size: 0.9rem;
    color: grey; 
}