#page #content {
    margin: 6%;
    max-width: 700px;
    font-size: 1.1em;
}
#page #content p {
    line-height: 1.4em;
}
#page img.img_l {
    width: 100%;
}
#page img.img_ml {
    width: 80%;
}
#page img.img_m {
    width: 60%;
}
#page img.img_ms {
    width: 45%;
}
#page img.img_s {
    width: 30%;
}
#page h2,
#page h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#page h2 {
    font-size: 3em;
}
#page h3 {
    font-size: 2.1em;
}
#page h4 {
    font-size: 1.5em;
}
#page h2 .indexNr,
#page h3 .indexNr,
#page h4 .indexNr {
    display: none;
}
#page p.small {
    font-size: 0.86em;
    font-style: italic;
}
#page ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#page ul li {
    margin-left: 30px;
    margin-bottom: 9px;
    line-height: 1.3em;
}
#page ul li:before {
    content: "";
    position: absolute;
    margin-top: 5px;
    margin-left: -30px;
    width: 20px;
    height: 12px;
    background: #b3b3b3;
    display: block;
}
#page .Box {
    background: #dddddd;
    padding: 1em;
    margin: 0;
}
#page .highlight {
    background: #000;
    color: #fff;
}
#page .footnote {
    display: none;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border-left: solid 1px #999;
}
#page .footnote p {
    margin-top: 0;
}
#page .footnote_button {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
@media only screen and (max-width:700px) {
    #page h2 {
        font-size: 2em;
    }
    #page h3 {
        font-size: 1.5em;
    }
    #page h4 {
        font-size: 1.2em;
    }
    #page img.img_m {
        width: 100%;
    }
    #page img.img_ms {
        width: 80%;
    }
    #page img.img_s {
        width: 60%;
    }
}
@media only screen and (max-width:500px) {
    #page img.img_ms {
        width: 100%;
    }
    #page img.img_s {
        width: 80%;
    }
}
