@charset "utf-8";
#left_nav {
    width: 25rem;
}

#body {
    width: 90%;
    float: left;
    margin: 1rem;
}

.accordion {
    padding: 1.2rem;
    height: 2rem;
    font-family: 'ItalianPlateNo1Regular', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #1B4633;
    font-size: 1.8rem;
    cursor: pointer;
    margin: 1rem 0 0 0;
}

.accordion-open {
    background: #9EE0D9;
    color: #1B4633;
}

.accordion-open div {
    float: left;
    font-size: 1.6rem;
    font-family: 'ItalianPlateNo1Medium',Helvetica, Arial, sans-serif;
}

.accordion-close div {
    float: left;
    font-size: 1.6rem;
    font-family: 'ItalianPlateNo1Medium', Helvetica, Arial, sans-serif;
}

.accordion-open span {
    display: block;
    float: right;
    padding: 1.2rem;
}

.accordion-open span {
    background: url(img/minusicon.svg) center center no-repeat;
    background-size: 2.4rem 2.4rem;
}

.accordion-close span {
    display: block;
    float: right;
    background: url(img/plusicon.svg) center center no-repeat;
    background-size: 2.4rem 2.4rem;
    padding: 1.2rem;
}

div.container {
    padding: 0;
    margin: 0;
}

div.content {
    background: #fff;
    margin: 0;
    padding: 1rem;
    font-size: 1.8rem;
    color: #888888;
    line-height: normal;
    font-family: 'ItalianPlateNo1Regular';
}

div.content ul, div.content p {
    padding: 0;
    margin: 0;
    padding: 0.3rem;
}

div.content ul li {
    list-style-position: inside;
    line-height: 2.5rem;
}

div.content ul li a {
    color: #555555;
}

code {
    overflow: auto;
}
