.ii-markdown-layout a {
  color: #a7c3de;
}
.ii-markdown-layout a:hover {
  color: #9bc3ea;
}
.ii-markdown-layout a:active {
  color: #b0c3d5;
}
.ii-markdown-layout table {
  margin: 15px 0;
}
.ii-markdown-layout table th {
  background: #d7e1e5;
}
.ii-markdown-layout table td {
  background: white;
}
.ii-markdown-layout table td,
.ii-markdown-layout table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.ii-markdown-layout hr {
  color: #ccc;
  border: 0 none;
  border-bottom: 1px solid;
}
