
ul.profileimg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

ul.profileimg li {
	display: inline-block;
}

ul.profileimg li img {
	height: auto;
	width: 100%;
}

ul.profileimg li:nth-child(2),
ul.profileimg li:nth-child(3) {
	margin-top: 8px;
	width: 49%;
}

h3.name {
	line-height: 1.2em;
	margin: 20px 0 8px 0;
}

table.list-table td {
	text-align: center;
}

table.history th {
	display: block;
	width: auto;
}

table.history td {
	display: block;
	margin-bottom: 5px;
}