* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Open Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

body {
}

.google_service {
    word-break: break-word;
}

@media screen and (max-width: 899px) {
    .bug_fix {
        height: 1.875em;
    }

    header {
        width: 100%;
        height: auto;
        background-color: #191717;
    }

    header h1 {
        font-size: 1.625em;
        font-weight: 500;
        padding: 25px 10px;
        background-color: #191717;
        color: #fff;
    }

    article h2 {
        font-weight: 500;
        text-align: left;
        font-size: 1.375em;
        color: #666666;
        margin-bottom: 15px;
        padding-top: 10px;
    }

    article h3 {
        font-size: 1.125em;
        color: #3d3d3d;
        font-weight: 500;
        padding-bottom: 5px;
        text-align: left;
        line-height: 1.2;
    }

    article h4 {
        font-size: 1.125em;
        color: #4c4c4c;
        font-weight: 500;
        padding-bottom: 5px;
        text-align: left;
        line-height: 1.5;
    }

    article {
        width: auto;
        padding: 20px 10px;
    }

    article p {
        font-size: 0.875em;
        color: #393939;

        padding-bottom: 15px;
        text-align: left;
        line-height: 130%;
    }

    article p a {
        color: #0099ff;
    }

    ul {
        font-size: 0.875em;
        color: #333333;
        line-height: 130%;
        margin-left: 40px;
    }

    li {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 900px) {
    .bug_fix {
        height: 0px;
    }

    header {
        width: 100%;
        /*height: 4em;*/
        background-color: #191717;
    }

    header h1 {
        width: 900px;
        color: #ffffff;
        margin: 0 auto;
        line-height: 1.6em;
        margin-bottom: 40px;
        font-size: 2.25em;
        font-weight: lighter;
    }

    article h2 {
        font-weight: bold;
        font-size: 18px;
        color: #666666;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    article h3 {
        font-size: 16px;
        color: #3d3d3d;
        font-weight: bold;
        padding-bottom: 5px;
        text-align: justify;
        line-height: 1.2;
    }

    article h4 {
        font-size: 14px;
        color: #4c4c4c;
        font-weight: bold;
        padding-bottom: 5px;
        text-align: left;
        line-height: 1.2;
    }

    article {
        width: 900px;
        margin: 0 auto;
        padding: 20px 25px 70px 25px;
    }

    article p {
        font-size: 14px;

        padding-bottom: 15px;
        text-align: left;
        line-height: 1.6;
        color: #333333;
    }

    article p a {
        color: #0099ff;
    }

    ul {
        font-size: 14px;
        color: #333333;
        margin-left: 40px;
    }

    ol {
        font-size: 14px;
        color: #333333;
        margin-left: 40px;
        counter-reset: list;
    }

    li {
        margin-bottom: 15px;
    }

    ol > li {
        list-style-type: none;
        display: flex;
    }

    ol > li:before {
        counter-increment: list;
        content: counter(list, decimal) ') ';
        margin-right: 5px;
    }

    ol.list__d > li:before {
        content: 'D' counter(list, decimal) ') ';
    }
}

ul.alpha {
    list-style-type: lower-alpha;
}

ul.beta {
    list-style-type: upper-roman;
    font-size: 1em;
}

ul.gama {
    list-style-type: upper-alpha;
}

table,
table {
    font-size: 14px;
    border-collapse: collapse;
}

td {
    border: 1px solid #333;
    padding: 5px 10px;
}

.forthetable {
    width: 100%;
    table-layout: fixed;
    word-break: break-all
}

.divforthetable {
    width: 100%;
    overflow-x: scroll;
}