.page-wrapper {
    padding-top: 0 !important;
    background-color: #f4f8f9;
}
.new-content {
	padding-top: 54px;
	padding-bottom: 64px;
	position: relative;
}
.new-content-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.new-content-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	align-items: flex-start;
}
@media screen and (max-width: 991px) {
	.new-content-inner {
		display: block;
	}
}
.new-content-detail {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.new-content-detail .title {
	font-weight: 600;
	font-size: 27px;
	line-height: 40px;
	color: #18211e;
}
@media screen and (max-width: 575px) {
	.new-content-detail .title {
		font-size: 23px;
		line-height: 1.3;
	}
}
.new-content-detail .create {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 15px;
	margin-bottom: 16px;
}
.new-content-detail .create i {
	padding-right: 10px;
}
.new-content-detail p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.new-content-detail h1,
.new-content-detail h2,
.new-content-detail h3,
.new-content-detail h4,
.new-content-detail h5,
.new-content-detail h6 {
	margin: 10px 0;
	color: #333;
}

@media screen and (max-width: 575px) {
	.new-content-detail p {
		font-size: 17px;
	}
}
.new-content-detail .weather-feature-content .item .content p,
.new-content-detail .weather-feature-content .item .content h5 {
	margin: 0;
}
.new-content-detail img {
	max-width: 100%;
	height: auto;
	margin: 24px auto;
	border-radius: 5px;
	overflow: hidden;
}
.new-content-detail figure {
	width: 100% !important;
}
.new-content-detail h3 {
	margin-top: 24px;
	font-weight: 600;
	font-size: 19px;
}
.new-content-detail h3 + p {
	margin-top: 0;
}
.new-content-detail h3 + h3 {
	margin-top: 0;
}
.new-content-detail p {
	margin: 15px 0;
}
@-webkit-keyframes loadingspin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loadingspin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loadingspinner {
	pointer-events: none;
	width: 30px;
	height: 30px;
	border: 3px solid transparent;
	border-color: #ddd;
	border-top-color: #0090BF;
	border-radius: 50%;
	-webkit-animation: loadingspin 1s linear infinite;
	animation: loadingspin 1s linear infinite;
	position: absolute;
	left: 50%;
	top: 10px;
}
#toc_container span.toc_toggle a {
	display: inline-block;
}
#toc_container p.toc_title {
	color: #333;
}
.widget-page .new-content-detail h1 {
	font-size: 24px;
}
.widget-form-wrap label {
	color: #666;
	font-size: 14px;
}
.widget-form-wrap .form-control {
	box-shadow: unset;
	margin-top: 4px;
}
.widget-form-wrap .form-control:focus {
	border-color: #0090BF;
}
.widget-form-wrap .form-group {
	position: relative;
	width: 50%;
}
.widget-search-results {
	display: none;
	padding: 0.375rem 0;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	min-height: 54px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 1;
	top: calc(100% + 2px);
}
.widget-search-results a {
	color: #18211e;
	display: block;
	padding: 0.375rem 0.75rem;
}
.widget-search-results a:hover {
	background: #efefef;
	color: #0090BF;
}
.form-control-color {
	width: 3.5rem;
	height: 42px;
	padding: 0.47rem;
}
.widget-container {
	margin: 0 auto;
}
#urlValue {
	font-size: 14px;
	font-family: monospace;
}
.collapse-desc .entry-content {
	max-height: 500px;
	overflow: hidden;
}
.collapse-desc .entry-content.active {
	max-height: 100%;
}
.entry-content table {
	border: 1px solid #868686;
}
.entry-content table tr,
.entry-content table td {
	border: 1px solid #868686;
}
.entry-content table td {
	padding: 10px;
}
.entry-content h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
span.toc_number:after {
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #287bff;
	content: "";
	border-radius: 50%;
	margin-left: 2px;
}

.entry-content a {
	display: initial !important;
}

.entry-content p {
	color: #333;
	margin-bottom: 10px;
}
.entry-content table tr:first-child td {
	background: #249a56;
	font-weight: 600;
	color: #f4f8f9;
	border-color: #666262;
}
.entry-content table tr td:first-child {
	vertical-align: middle;
}
figcaption.wp-caption-text {
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

.new-content-detail img {
	margin-bottom: 0;
}
.entry-content strong {
	font-weight: 600;
}
.new-item .thumb img {
	height: auto;
}
.widget-search-results {
	display: none;
	padding: 0.375rem 0;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	min-height: 54px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 1;
	top: calc(100% + 2px);
}
.widget-search-results a {
	color: #18211e;
	display: block;
	padding: 0.375rem 0.75rem;
}
.widget-search-results a:hover {
	background: #efefef;
	color: #0090BF;
}
.form-control-color {
	width: 3.5rem;
	height: 42px;
	padding: 0.47rem;
}
.widget-container {
	margin: 0 auto;
}