.toogle {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(231, 242, 250);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    box-sizing: border-box;
    color: rgb(64, 64, 64);
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}

.toggle .header {
    display: block;
    clear: both;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(106, 176, 222);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-optical-sizing: auto;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    line-height: 16px;
    margin-bottom: 12px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -12px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-rendering: auto;
}

.toggle .header:before {
    content: " ▼ ";
}

.toggle .header.open:before {
    content: " ▲ ";
}


.toggle .header:after {
    content: " ▼ ";
}

.toggle .header.open:after {
    content: " ▲ ";
}

.toogle:after {
    content: "<br\>";
}