p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
p {
  line-height: 2.5;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

.infobox {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  border: 2px solid orange;
  border-radius: 10px;
  background: #f5f5f5 5px center/3em no-repeat;
}

.task{
  background-image: url("images/task.png");
}
.outline{
  background-image: url("images/outline.png");
}
