
    body{
        padding: 0 25px 0 25px;
    }
    .emphasize a{
        color: #157abb!important;
    }
    ul {
        padding-left: 0;
        text-indent: 30px;
    }

    .detail ul li, .indent {
        padding-left: 32px;
    }

    #dmca ul li p {
        padding-left: 0;
    }
    .sub_term_1 {
        margin-left: 0px;
    }
    .custom-bullet::before {
        content: "• ";
        color: black;
        font-size: 16px;
        margin-right: 8px;
    }
    .mt {
        margin-top: 15px;
    }
@media screen and (max-width: 750px) {
    ul.numeric-decimals li ul {
        padding-left: 0;
    }
    ul.numeric-decimals li table {
        word-break: normal !important;
    }
}
