.ii-markdown-layout a {
  color: #3eb1c8;
}
.ii-markdown-layout a:hover {
  color: #25c2e1;
}
.ii-markdown-layout a:active {
  color: #51a5b5;
}
.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;
}
