/* GFM task list */
.gfm-task-list {
  border: 1px solid transparent;
  list-style-type: none;
}
.gfm-task-list input {
  margin-right: 10px !important;
}

.katex-container {
  margin: 25px !important;
  text-align: center;
}
.katex-container.katex-inline {
  display: inline-block !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

pre .katex-container {
  font-size: 1.4em !important;
}

code.kb-btn {
  display: inline-block;
  color: #666;
  font: bold 9pt arial;
  text-decoration: none;
  text-align: center;
  padding: 2px 5px;
  margin: 0 5px;
  background: #eff0f2;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 1px solid #f5f5f5;
  -webkit-box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  -moz-box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  text-shadow: 0px 1px 0px #f5f5f5;
}
