.carloversyoungman{display:none; margin:20px; padding:15px; font-size:14px;}

.article-table-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 24px 0;
}

.article-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
}

.article-table th,
.article-table td {
	border: 1px solid #ddd;
	padding: 14px 16px;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
}

.article-table thead th {
	background: #f5f5f5;
	font-weight: 700;
	color: #333;
}

.article-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.article-table td:first-child {
	font-weight: 700;
	white-space: nowrap;
}
.video-container1 {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 16 / 9;
  margin-left: 0;
}

.video-container1 iframe,
.video-container1 object,
.video-container1 embed {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Editor Content Reset */
.fly-content ul,
.fly-content ol {
    display: block !important;
    margin: 1em 0 !important;
    padding-left: 2em !important;
    list-style-position: outside !important;
}

.fly-content ul {
    list-style-type: disc !important;
}

.fly-content ol {
    list-style-type: decimal !important;
}

.fly-content li {
    display: list-item !important;
    list-style: inherit !important;
    margin: .4em 0 !important;
}