#kanban {
  max-width: 750px;
  margin: 2em 0 2em 1em;
  color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: 300;
}
#kanban .entity-list-date,
#kanban .entity-list-repno {
	border-bottom: 3px dotted #333;
	text-align: center;
	line-height: 2;
}
#kanban .entity-list-date {
	border-top: 3px dotted #333;
	border-bottom: none;
}
#kanban .entity-list-title {
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
#kanban .entity-list-title span.title {
  flex: 0 0 70%;
}
#kanban .entity-list-title span.icon {
  content: "";
  display: inline-block;
  height: 180px;
  margin: 0 15px;
  flex: 0 0 193px;
}
#kanban .entity-list-title.正確 span.icon {
  background: url(images/true.png) center center no-repeat;
  background-size: contain;
}
#kanban .entity-list-title.錯誤 span.icon {
  background: url(images/false.png) center center no-repeat;
  background-size: contain;
}
#kanban .entity-list-title.部分錯誤 span.icon {
  background: url(images/partly_false.png) center center no-repeat;
  background-size: contain;
}
#kanban .entity-list-title.事實釐清 span.icon {
  background: url(images/clarify.png) center center no-repeat;
  background-size: contain;
}
#kanban .entity-list-title.證據不足 span.icon {
  background: url(images/insufficient-evidence.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #kanban .entity-list-title {
    flex-flow: column;
    align-items: normal;
  }
  #kanban .entity-list-title span.icon {
    margin-bottom: 1.2em;
  }
}
.node-preface > * {
  color: #0000CD !important;
}
