
.body {
    background-color: #f0f0f0 !important;
}

#manual {
    margin-top: 30px;
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
    background-color: white;
    padding: 6% 7%;
}

#manual h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    margin-left: 20px !important;
    color: #222 !important;
    line-height: 1.7 ;
    letter-spacing: 1px !important;
}

#manual ul li:first-child h2 {
    margin-top: 10px !important;
}

#manual ul.number {
    list-style:decimal;
}

#manual p {
    font-size: 14px !important;
    margin-left: 20px;
    margin-bottom: 10px !important;
}

#manual ul.number li::marker {
    font-weight: bold;
}

#manual ul.circle {
    list-style: none;
}

#manual ul.circle li::before {content: "•"; color: black; margin-right: 10px; font-size: 15px;}

#manual ul.circle li {
    /* margin-left: 20px; */
}