.historyDialog {
  padding-top: 0 !important;
}

.historyDialog .history h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #e6e6e6;
  padding: 3px 10px;
  font-size: 1rem;
}

.historyDialog .history h3::after {
  content: "";
  display: table;
  clear: both;
}

.historyDialog .history ul {
  padding-left: 10px;
  margin: 0;
}

.historyDialog .history ul li {
  list-style: none;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #f1f1f1;
}

.historyDialog .history ul li:last-child {
  border-bottom: none;
}

.historyDialog .history ul li span {
  display: inline-block;
}

.historyDialog .history ul li span:first-child {
  margin-top: 0;
}

.historyDialog .history ul li span.historyChangedTitle {
  width: 235px;
}

.historyDialog .history ul li span.historyPrevChangedItem {
  text-align: right;
}

.historyDialog .history ul li span.historyNextChangedItem {
  text-align: left;
}

.historyDialog #assignments .history ul li span.historyPrevChangedItem,
.historyDialog #assignments .history ul li span.historyNextChangedItem {
  width: 100px;
}

.historyDialog #tasks .history ul li span.historyPrevChangedItem,
.historyDialog #tasks .history ul li span.historyNextChangedItem {
  width: 250px;
}

.historyChangeId {
  font-weight: normal;
}

.historyChangeDate {
  font-weight: normal;
  background-image: url("/UserControls/History/Themes/Icons/taskHistoryCalendar.png");
  background-repeat: no-repeat;
  float: right;
  padding-left: 27px;
}

.historyDialog .history span:not(.fromToIcon) {
  vertical-align: top;
}

.historyDialog .historyClose {
  margin-bottom: 5px;
}

.historyDialog .closeHr {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: 2px;
  background: #b3b3b3;
}