.content {
    display: flex;
    align-items: center;
}

.photo {
	width: 30%;
}

.table {
    width: 70%
}

.table tr * {
	text-align: center;
	vertical-align: middle;
    white-space: nowrap;
}

.evaluate {
	white-space: normal !important;
}

th:hover, td:hover {
    background-color: #f5f5f5;
}

.photo:hover {
	transform: scale(1.1,1.1);
}
