html,
body {
	font-family: 'Roboto Slab', serif;
	font-family: 'Source Sans Pro', sans-serif;
}

.content-markdown p {
	padding: 0.25rem;
}
.content-markdown h2 {
padding: 0.5rem;
}
.content-markdown h3 {
padding: 1rem;
}
.content-markdown ul {

list-style: square:
}
.content-markdown li {
padding: 0.25rem;
}

a:hover {
	color:#3182ce;
}

.copyBtn svg {
  width: 20px;
  height: 20px;
  fill: #e2e8f0;
}
.copyBtn svg:hover {
  fill: #000;
}

.copyBtn {
  position: relative;
  display: inline-block;
}

.copyBtn .tooltiptext {
visibility: hidden;
    width: 60px;
    background-color: #8080805e;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;


  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.copyBtn:hover .tooltiptext {
  visibility: visible;
}

div.dataTables_wrapper div.dataTables_filter input{
  border: 1px solid #ccc;
}