.content-style hr {
    height: 1px;
    border: 0;
    display: block;
    color: #f08300;
    background-color: #f08300;
}

.content-style img {
  margin: 20px auto;
    height: auto !important;
    max-width: 100%;
}

.content-style h1 {
    font-size: 23px;
    line-height: 27px;
    color: #f08300;
}

.content-style h2 {
    margin: 10px auto;
    font-size: 19.5px;
    line-height: 29px;
    color: #f08300;
}

.content-style h3 {
    margin: 5px auto;
    font-size: 14.5px;
    color: #f08300;
}

.content-style ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px;
}

.content-style ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px;
}

.content-style ul li {
    list-style: disc;
}

.content-style ol li {
    list-style: decimal;
}

.content-style blockquote {
    display: block;
    margin: 1em 40px;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding: 2px 8px 2px 20px;
    border-left-width: 5px;
}

.content-style table {
    margin: 5px auto;
    border-collapse: collapse;
    width: 100% !important;
}

.content-style tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.content-style th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
}

.content-style table, .content-style table th, .content-style table td {
    border: 1px solid black;
    padding: 5px;
    word-break: break-all;
}

.content-style em {
    font-weight: unset;
}

.content-style p {
    font-size: 16px;
    line-height: 27px;
}
