/*details {
    border: 2px #ddfbf9 solid;
    background-color: #eefbf9;
}*/


details {
    border-color: #448aff;
    background-color: #ffffff;
    border: .075rem solid #448aff;
    border-radius: .2rem;
    display: flow-root;
    margin: 1.5625em 0;
    padding: 0 .6rem;
    page-break-inside: avoid;
    transition: box-shadow 125ms;
    display: flow-root;
    overflow: visible;
    padding-top: 0;
}

summary {
    padding-left: 0.2rem;
    background-color: #448aff1a;
    border: none;
    font-weight: 700;
    margin: 0 -.6rem;
    padding-bottom: .2rem;
    padding-top: .2rem;
    position: relative;
}

blockquote {
    border: none !important;
    color: #007cac !important;
    margin: 0.5em !important;
}

.hidden {
    display: none
}

