
.politics_body {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}
.politics_body h1 {
    font-size: 18px;
}
.politics_body h2 {
    text-align: justify;
    font-weight: bold;
    font-size: 16px;
}
.politics_body h3, p {
    font-weight: normal;
    font-size: 16px;
    text-indent: 20px;
}
.politics_title {
    text-align: center;
}
.politics_section {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.politics_owner {
    padding-left: 20px;
    padding-right: 20px;
    font-style: italic;
}

.politics_body .politics_section_items_title {
    font-weight: bold;
}
.politics_section_items {
    margin-left: 20px;
}
.table {
    border: 1px solid black;
    font-size: 16px;
    border-collapse: collapse;
    margin-bottom: 14px;
}

.politics_list {
    padding-left: 5px;
    list-style: none;
    font-size: 16px;
}
.politics_row_title {
    padding-left: 5px;
    text-align: start;
    font-size: 16px;
    width: 150px;
    border: 1px solid black
}
.politics_row_content {
    padding-left: 5px;
    border: 1px solid black
}