.alert-message .alert-icon {
  width: 4rem;
  font-size: 1.5rem;
  background-color: #f5c6cb;
}
.alert-message .close{
  font-size: 1rem;
  color: #a6a6a6;
}
.changeable span {
  border-bottom: 1px dotted rgb(0, 0, 0);
  cursor: pointer;
}
.changeable button {
  margin-top: 10px;
}
.datepicker.hasDatepicker {
	width: 115px !important;
}
.block {
  text-decoration: line-through;
  background: rgb(150, 150, 150) !important;
}