.section img {
    max-width: 100% !important;
    height: auto !important;
}
.article .section ul li {
    list-style: initial !important;
}
.says {
    display: none;
}
.wp-block-image .alignright.is-resized img {
    margin: 0 0 0 25px;
}
.wp-block-image .alignleft.is-resized img {
    margin: 0 25px 0 0;
}


.wp-block-table.has-fixed-layout {
 table-layout:fixed;
 width:100%
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
 display:table;
 width:auto
}
.wp-block-table.has-subtle-light-gray-background-color {
 background-color:#f3f4f5
}
.wp-block-table.has-subtle-pale-green-background-color {
 background-color:#e9fbe5
}
.wp-block-table.has-subtle-pale-blue-background-color {
 background-color:#e7f5fe
}
.wp-block-table.has-subtle-pale-pink-background-color {
 background-color:#fcf0ef
}
.wp-block-table.is-style-stripes {
 border-spacing:0;
 border-collapse:inherit;
 background-color:transparent;
 border-bottom:1px solid #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
 background-color:#f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
 background-color:#e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
 background-color:#e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
 background-color:#fcf0ef
}
.wp-block-table.is-style-stripes td {
 border-color:transparent
}
table {
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

table td,
table th {
    border: 1px solid #e5e5e5!important;
}

table td {
	padding: 15px 20px!important;
}

table th {
	padding: 15px 20px!important;
	font-size: 16px;
	color: #505050;
}

.sh-table-element-style2 .default-row:nth-child(odd) {
	background: #fafafa;
}

.sh-table-element-style3 table td,
.sh-table-element-style3 table th {
	border-width: 0px!important;
}