
    .publicBody {
        font-size: 16px;
    }
    .detail {
        padding: 20px 0;
        font-size: 15px;
    }
    @media screen and (max-width: 768px) {
        .detail {
            padding: 20px 14px;
        }
        p, ol {
            margin: 8px 0;
        }
        .table-wrapper {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            width: 100%;
        }
        .table-wrapper table {
            width: 800px !important;
            min-width: 800px;
            margin-top: 10px;
        }
        table {
            td,th {
                padding: 10px;
            }
        }
    }
    p, ol {
        margin: 8px 0;
    }
    table {
        margin: 25px 0 20px 0;
        td,th {
            padding: 20px;
        }
        th {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }
    }
    .title {
        text-align: center;
        margin-bottom: 24px;
        strong>u {
            font-size: 18px;
        }
    }

    @media screen and (min-width: 768px){
        table th p,
        .title strong > u {
            font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
        }
    }
    @media screen and (max-width: 768px) {
        table th p,
        .title strong > u {
            font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;
        }
    }
