.accordion-list .card .accordion-header {
    text-decoration: none;
}

.accordion-list .card.active .accordion-header {
    font-weight: 600;
    text-decoration: none;
}

.section-with-anchor .anchor {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    color: #adb5bd;
    outline: none;
}

.section-with-anchor .anchor:hover {
    color: #064CDB;
}

.section-with-anchor .anchor.copied {
    opacity: 1;
    color: #28a745;
}

.section-with-anchor:hover .anchor {
    opacity: 1;
}


.figure .figure-img, .highlight {
    border-radius: 0.25rem;
    border: 1px solid #e5e5e5;
}

.card-body .figure {
    margin-top: 1em;
}

tr.roadmap {
    cursor: pointer;
}

tr.roadmap .details {
    display: none;
}

tr.roadmap.highlight .details {
    display: block;
}

.btn.link-copy {
    padding: 5px 10px;
    font-size: 0.5rem;
}

.btn.link-copy .icon{
    font-size: 0.6rem;
}

tr.roadmap.state-accepted {
    background-color: #ebfaf1;
}

.table-hover tbody tr.roadmap.state-accepted:hover {
    background-color: #e8fcf0;
}

tr.roadmap.state-started {
    background-color: #fff9e6;
}


.roadmap.highlight, tr.roadmap.state-accepted.highlight, .table-hover tbody tr.roadmap.highlight:hover {
    background-color: white;
}
.roadmap .details p {
    line-height: inherit;
    padding-bottom: 0;
}

div.highlight {
    background: white;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.175) !important;
    font-family: "Roboto Mono", monospace;
    text-shadow: none;
    font-size: 16px;
    tab-size: 4em;
    margin-bottom: 30px;
}

pre.chroma code {
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

pre.chroma {
    padding: 20px;
    margin: 0;
}

pre.chroma code .kn, pre.chroma code .k {

}


article.content-body > h2, article.content-body > h3 {
    padding-right: 0;
    margin-top: 2rem;
}

article.content-body > h2 {
    font-size: 1.875rem;
}

article.content-body > h3 {
    font-size: 1.675rem;
}

article.content-body p {
}