section p{
    line-height: 1.66;
    margin: 0 0 12px
}

table td{
    white-space: unset !important;
}

.rst-content section ol li{
    margin-bottom: 15px;
}

section h3{
    margin-top: 24px
}

table{
    min-width: 50%;
    margin: 0 auto 24px;
}

.common_img{
    display: block;
    margin: 0 auto 24px;
}

div[itemprop="articleBody"] > section > section{
    padding-bottom: 50px;
}

.rst-content table.docutils-nobg{
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #e1e4e5;
    margin-bottom: 24px;
}

.rst-content table.docutils-nobg th{
    border-bottom: 1px solid #e1e4e5;
    border-left: 1px solid #e1e4e5;
    padding: 8px 16px;
}

.rst-content table.docutils-nobg td{
    vertical-align: middle;
    font-size: 90%;
    margin: 0;
    overflow: visible;
    padding: 8px 16px;
    border-bottom: 1px solid #e1e4e5;
    border-left: 1px solid #e1e4e5;
}

.rst-content .section ul li, .rst-content section ul li, .wy-plain-list-disc li, article ul li{
    margin-left: 0px;
    list-style: none;
}

.rst-content section ul.simple li{
    margin-left: 24px;
    list-style: disc;
}