

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/* Hide scroll bar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #e8e8e8;
    color: #888888;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    padding: 1%;
    /*width: 25%;*/

    border: none;
    text-align: left;
    outline: none;
    border-left: darkred 0.5rem solid;
    box-shadow: 2px 2px hsl(0, 0%, 0%, 0.64);
}
.collapsible:before{
    content: '📑 ';
}
.collapsible:after {
    content: '+';
    float: right;
    margin-left: 2rem;
    font-size: 2rem;
    margin-top: -2%;
    margin-bottom: -3%;
}

.active:after {
    content: "_";
    font-size: 2rem;
    margin-top: -10%;
    /*margin-bottom: -8%;*/
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #ccc;
    color: #555555;
}

/* Style the collapsible Note content. hidden by default */
.ContentNote {
    padding: 0 18px;
    overflow: hidden;
    background-color: #e8e8e8;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.ContentNote ul {
    list-style-type: square;
    margin:2%;
}

ol li {
    margin-bottom: 2%;
}


footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Website Carbon */

#wcb.carbonbadge {
    --b1: #0e11a8;
    --b2: #00ffbc;
    font-size: 15px;
    text-align: center;
    color: var(--b1);
    line-height: 1.15;
}

    #wcb.carbonbadge sub {
        vertical-align: middle;
        position: relative;
        top: .3em;
        font-size: .7em;
    }

#wcb #wcb_g,
#wcb #wcb_a,
#wcb #wcb_2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1em;
    line-height: 1.15;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    text-decoration: none;
    margin: .2em 0;
}

#wcb #wcb_g,
#wcb #wcb_a {
    padding: .3em .5em;
    border: .13em solid var(--b2);
}

#wcb #wcb_g {
    border-radius: .3em 0 0 .3em;
    background: #fff;
    border-right: 0;
    min-width: 8.2em;
}

#wcb #wcb_a {
    border-radius: 0 .3em .3em 0;
    border-left: 0;
    background: var(--b1);
    color: #fff;
    font-weight: 700;
    border-color: var(--b1);
}

#wcb.wcb-d #wcb_a {
    color: var(--b1);
    background: var(--b2);
    border-color: var(--b2);
}

#wcb.wcb-d #wcb_2 {
    color: #fff;
}
