.img-thumbnail, .item-thumb{
    min-width:100px;
    width: 100px;
    height:100px !important;
}

.item-name-header {
    width: 190px;
}

.item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}

.item-content {
    overflow-wrap: break-word;
	word-break: keep-all;
}

.action {
    width:120px;
}

thead {
    background-color: white;
}