.history_edit {
  padding-bottom: 100px;
}
.history_edit .label-warning {
  display: none;
}
.history_edit .icons {
  display: block;
  position: relative;
  width: 100%;
  max-width: 150px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  margin: 10px auto;
  background: #fff;
  border: 1px solid red;
}
.history_edit .icons a {
  color: red;
}
.history_edit .items-row {
	padding: 10px;
	width: 100%;
	max-width: 220px;
	background: #f7f7f7;
	margin: 20px;
	text-align: center;
}
.history_edit .items-row:hover {
  box-shadow: 0 0 10px #ccc;
}
.history_edit .clearfix {
  display: block;
}
.history_edit > .blog {
  display: flex;
  flex-wrap: wrap;
}
.pull-right {
	float: none;
}
.page-header {
  font-size: 40px;
  color: var(--color-aqua);
  margin: 10px 0;
}
.history_introtext {
  font-size: 15px;
  max-width: 200px;
}
.history_introtext img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
}
