.news-single {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 24px;
	padding-top: 15px;
	text-align: center;
}

.news-single .main_content {
	display: inline-block;
	text-align: left;
	width: 100%;
}

.news-single .article_content {
	display: inline-block;
	float: left;
	width: calc(100% - 325px);
	margin-right: 25px;
	padding-right: 0;
	padding-bottom: 40px;
}

.news-single a:hover {
	color: #000;
	text-decoration: underline;
}

.news-single .breadcrumb {
	font-size: 14px;
	margin-bottom: 25px;
}

.news-single .breadcrumb .separator {
	font-size: 12px;
	padding: 0 3px;
}

.news-single a, .news-single a:visited {
	color: #000;
}

.news-single figure {
	text-align: center;
}

.news-single figure img {
	max-width: 100%;
}

.news-single .article_title h1 {
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	padding-bottom: 15px;
}

.news-single .article_title h2 {
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

.news-single .article_info {
	display: inline-block;
	width: 100%;
	padding: 8px 0 6px;
	border-bottom: 1px solid #eee;
}

.news-single .time {
	display: inline-block;
	color: #343434;
	font-size: 14px;
}

.news-single .article_share {
	display: inline-block;
	float: right;
	line-height: 0;
}

.article_share .share {
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub;
}

.article_share>span a {
	margin-right: 20px;
	font-size: 0;
}

.article_share>span a:before {
	font-family: genericons;
	content: "\f19c";
	font-size: 19px;
	height: 27px;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	vertical-align: text-bottom;
}

.article_share .share.icons:before {
	border: none;
	margin-bottom: 0;
}

.article_share .fb a:before {
	content: "\f12d";
	color: #4267b2;
}

.article_share .twitter a:before {
	content: "\f17c";
	color: #55acee;
}

.article_share .email a:before {
	content: "\f144";
	color: #888888;
	font-size: 22px;
}

.article_share .print_btn a:before {
	content: "\f15a";
	color: #000;
	font-size: 22px;
}

.article_share .gbb5 a {
	position: relative;
}

.article_share .gbb5 a:before {
	content: '\f1a2';
	font-size: 33px;
	color: #111a6e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.article_share .gbb5 a:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 1px;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #111a6e;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.article_share .change_size a {
	position: relative;
	display: inline-block;
	width: 29px;
}

.article_share .change_size a:before {
	content: '\f18e';
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.article_share .change_size a:after {
	font-family: genericons;
	content: '\f18f';
	font-size: 19px;
	color: #000;
	position: absolute;
	left: 16px;
	bottom: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.article_info .download-video {
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
	height: 30px;
	line-height: 29px;
	padding: 0 11px;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 14px;
}

.article_info .download-video:hover .download_wrapper {
	display: block;
}

.article_info .download_wrapper {
	position: absolute;
	display: none;
	top: 29px;
	left: 50%;
	right: 100%;
	min-width: 260px;
	max-width: 400px;
	transform: translate(-50%, 0);
	padding: 20px;
	color: #fff;
	background-color: #1d6cd3;
	font-weight: normal;
	font-size: 13px;
	border-radius: 8px;
	z-index: 1;
	line-height: 23px;
}

.article_info .download_wrapper:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	width: 12px;
	height: 12px;
	transform: translate(-50%, 50%) rotate(45deg);
	background-color: #1d6cd3;
}

.article_info .download_wrapper .download_link {
	text-align: center;
	padding: 5px 0 15px;
}

.article_info .download_wrapper .download_link a {
	position: relative;
	margin-right: 30px;
	font-size: 16px;
}

.article_info .download_wrapper .download_link a:hover {
	color: #FF8429;
	text-decoration: none;
}

.article_info .download_wrapper .download_link a:after {
	font-family: genericons;
	content: "\f110";
	font-size: 19px;
	display: inline-block;
	position: absolute;
	bottom: -3px;
	right: -15px;
}

.article_info .download_wrapper a, .article_info .download_wrapper a:visited {
	color: #fff;
}

.news-single .video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
	text-align: center;
}

.news-single .post_content .video_fit_container {
	margin-bottom: 20px;
}

.news-single .video_fit_container video {
	width: 100% !important;
	height: 100% !important;
	outline: none;
	background: #000;
}

.news-single .video_fit_container>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-single .video_fit_container>div.wp-video, .news-single .video_fit_container>div.player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.news-single .video_fit_container .vjs-user-inactive.vjs-paused .vjs-control-bar {
	opacity: 0;
	transition: opacity 0.5s;
}

.video_fit_container .vjs-theme-epoch .vjs-remaining-time {
	display: none;
}

.video_fit_container .vjs-theme-epoch .vjs-time-divider, .video_fit_container .vjs-theme-epoch .vjs-duration, .video_fit_container .vjs-theme-epoch .vjs-current-time {
	display: block;
	min-width: auto;
	padding: 0;
	padding-right: 6px;
}

.news-single .featured_image {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.news-single .featured_image figure {
	margin: 0;
}

.news-single .caption {
	display: block;
	color: #555;
	font-size: 14px;
	line-height: 21px;
}

.news-single .post_content {
	width: 100%;
	display: block;
	margin: auto;
	padding-top: 20px;
	word-break: break-word;
}

.news-single .post_content p {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
	margin: 0;
	color: #232323;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news-single .post_content p a, .news-single .post_content p a:visited {
	color: #0f64d1;
}

.news-single .post_content img {
	max-width: 100%;
	height: auto;
}

.post_content figure {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px;
}

.post_content figcaption {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 6px;
	max-width: 100%;
	text-align: left;
}

.post_content .alignleft {
	float: left;
	margin-right: 16px;
}

.post_content .alignright {
	float: right;
	margin-left: 16px;
}

.post_content .aligncenter {
	display: block;
	margin: auto auto;
}

.post_content h1 {
	display: block;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h2 {
	display: block;
	font-size: 1.35em;
	line-height: 1.2em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h3 {
	display: block;
	font-size: 1.17em;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h4 {
	display: block;
	font-size: 1em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h5 {
	display: block;
	font-size: .83em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h6 {
	display: block;
	font-size: .67em;
	line-height: 1.4em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content blockquote {
	border-left: 4px solid #dfdfdf;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 10px;
}

.post_content blockquote p {
	padding: 0;
	color: #696969 !important;
}

.post_content .pull-quote {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
	padding: 33px 0 10px 0;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #08054C;
	text-align: center;
}

.pull-quote .quote-content:after, .pull-quote .quote-content:before {
	content: "“";
	line-height: 0;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #777;
	margin: 0 10px 0 0;
	position: relative;
	top: -4px;
}

.pull-quote .quote-content:after {
	content: "”";
	top: 0;
	margin-left: 5px;
}

.pull-quote .quote-info {
	color: #777;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.pull-quote .quote-info .author {
	color: #777;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	width: auto;
}

.coverage {
	margin: 45px 0;
	font-size: 18px;
}

.coverage strong {
	font-weight: bold;
	font-size: 17px;
	padding-top: 4px;
	border-top: 2px solid #111;
}

.coverage .article {
	display: inline-block;
	width: 100%;
	padding: 15px 0 15px 20px;
	border-bottom: 1px dotted #b4b2b2;
}

.coverage .article a {
	text-decoration: none;
}

.coverage .article img {
	float: right;
	width: 115px;
	height: auto;
}

.coverage .article span {
	padding-top: 10px;
	text-decoration: none;
	color: #000;
	font-size: 19px;
	font-weight: 700;
	line-height: 23px;
	padding-right: 130px;
	display: block;
}

.coverage .article span:before, .morearticles .article:before {
	content: '•';
	margin-right: 5px;
}

.morearticles {
	font-size: 18px;
	margin: 10px 0 20px 20px;
}

.morearticles .article {
	padding: 8px 0 3px;
}

.morearticles .article a {
	color: #000;
}

.post_content .twitter-tweet-rendered {
	margin-left: auto;
	margin-right: auto;
}

.post_content iframe {
	margin: auto !important;
	display: block;
	max-width: 100%;
}

.news-single .single_ad {
	margin-bottom: 24px;
}

.single_ad {
	width: 100%;
}

.news-single .block_title {
	border-top: 2px solid #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 0;
	letter-spacing: -.2px;
}

.news-single .post_related .related_list {
	display: inline-block;
	width: 100%;
}

.news-single .post_related  .one_post {
	display: inline-block;
	float: left;
	width: 49%;
	margin-right: 2%;
	padding-bottom: 16px;
}

.news-single .post_related .one_post:nth-of-type(2n) {
	margin-right: 0;
}

.news-single .one_post .text {
	display: inline-block;
	float: right;
	width: 60%;
	margin-left: 3%;
	border-top: 1px solid #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news-single .one_post .text.full_width {
	width: 100%;
}

.news-single .one_post .title {
	font-size: 15px;
	line-height: 21px;
	padding: 5px 0 0;
}

.news-single .one_post .date {
	color: #666;
	font-size: 13px;
	padding-top: 6px;
}

.news-single .one_post .img {
	position: relative;
	display: inline-block;
	float: right;
	width: 37%;
	line-height: 0;
	font-size: 0;
}

.news-single .one_post .img img {
	width: 100%;
}

.news-single .one_post .img .length {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: inline-block;
	line-height: 15px;
	color: #fff;
	padding-right: 7px;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .5);
}

.news-single .one_post .img .triangle {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 5px 3px 0 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.news-single .sidebar {
	display: inline-block;
	float: left;
	width: 300px;
	vertical-align: top;
}

.news-single .sidebar>div {
	margin: auto;
	margin-bottom: 10px;
}

.news-single .sidebar .one_post {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
}

.news-single .sidebar .prog_post .img {
	width: 100%;
	
}
.news-single .sidebar .prog_post .text {
	width: 100%;
	
}

.news-single .sidebar .label {
	position: absolute;
	display: inline-block;
	border: 1px solid #2c62e4;
	left: 15px;
	bottom: 15px;
	height: 21px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}

.news-single .sidebar .label .label_tag {
	display: inline-block;
	background-color: #2c62e4;
	padding: 0 5px;
	vertical-align: top;
}

.news-single .sidebar .prog_post .length {
	position: relative;
	left: auto;
	bottom: auto;
}

.sidebar .read_more {
	text-align: right;
}

.sidebar .read_more a {
	color: #666;
	text-decoration: underline;
	font-size: 14px;
}

.news-single .commentary {
	padding: 30px 0 20px;
	width: 100%;
	margin: auto;
}

.news-single .commentary .block_title {
	border-top: 2px solid #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 0;
	letter-spacing: -.2px;
}

.news-single #commentpost {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.news-single #commentpost textarea {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	color: #666;
}

.news-single #commentpost textarea:focus {
	color: #333;
}

.news-single .submit {
	float: right;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 8px;
	margin-top: 10px;
}

#comment_box div[name="row"] {
	padding-top: 10px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	color: #000;
}

#comment_box div[name="row"]:first-child {
	border-top: 1px solid #e2e2e2;
	padding-top: 20px;
}

#comment_box div[name="row"] span {
	font-weight: bold;
	font-size: 14px;
}

#comment_box div[name="row"] span:last-child {
	float: none !important;
	font-size: 12px;
	font-weight: 500;
	color: #666;
	margin-left: 15px;
}

#comment_box div[name="row"] span:last-child:before {
	content: '|';
	margin-right: 10px;
}

#comment_box div[name="row"]>div {
	background-color: #fff !important;
	border: none !important;
	padding: 0 !important;
}

#comment_box textarea {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
}

#comment_box a[name="summitreply"] {
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 8px;
	margin-top: 10px;
}

.sticky_ad {
	position: fixed;
	top: 10px;
}

.sticky_ad_native {
	position: fixed;
	top: 0;
}

.fixed-top {
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
}

.news-single .print_logo {
	display: none;
}

.news-single .print_link {
	display: none;
	color: #777;
	font-size: 14px;
	line-height: 33px;
}

.news-single .print_date {
	display: none;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

.news-single .expired_content {
	padding: 30px 0  50px;
	text-align: center;
}

.news-single .go_to_homepage a {
	display: inline-block;
	margin: 40px 0 20px;
	padding: 10px 50px;
	text-align: center;
	border: 1px solid #0f64d1;
	border-radius: 5px;
	color: #fff;
	background: #0f64d1;
}

.single_infogram {
	color: #fff;
	background-color: #454545;
}

@media only screen and (max-width:900px) {
	.news-single.main_container {
		padding: 0 10px;
	}
	.news-single .article_content {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	.news-single .sidebar {
		display: none;
	}
}

@media print {
	#main .main_container {
		overflow: unset !important;
	}
	.header {
		display: none;
	}
	.footer {
		display: none;
	}
	.breadcrumb {
		display: none;
	}
	.news-single .sidebar {
		display: none;
	}
	div#top_ad {
		display: none !important;
	}
	.news-single .main_content {
		display: block;
	}
	.news-single .article_content {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		padding-right: 0;
		border: none;
	}
	.news-single .commentary {
		display: none;
	}
	.news-single .post_related {
		display: none;
	}
	.news-single .video_fit_container {
		display: none;
	}
	.news-single .article_info {
		display: none;
	}
	.news-single .article_title h1 {
		padding-top: 25px;
	}
	.news-single .featured_image {
		float: right;
		width: 45%;
		margin-left: 25px;
		margin-bottom: 25px;
		margin-top: 35px;
	}
	.news-single .article_info {
		width: 50%;
	}
	.news-single .main-content .video_fit_container {
		display: none;
	}
	.news-single .post_content {
		position: relative;
		padding-top: 30px;
	}
	.news-single .post_content p a {
		text-decoration: underline;
	}
	.news-single .print_logo {
		display: block;
	}
	.news-single .print_link {
		display: block;
	}
	.news-single .print_date {
		display: block;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	h3 {
		margin-left: 10px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	blockquote, table, pre {
		page-break-inside: avoid;
	}
	ul, ol, dl {
		page-break-before: avoid;
	}
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	img.right {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}
	img.left {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}
	.right {
		float: right;
	}
	.left {
		float: left
	}
	img {
		page-break-inside: avoid;
		page-break-after: avoid;
	}
	div[data-google-query-id] {
		display: none;
	}
	div#dablewidget_AlmELOl1 {
		display: none;
	}
	div#dablewidget_RoO6PEXm {
		display: none;
	}
}

.featured_video {
	position: relative;
}

.logged-in #screenshot_tool {
	display: block;
}

#screenshot_tool {
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 100;
	text-align: left;
}

#screenshot_tool * {
	width: 100%;
}

#screenshot_tool button {
	text-align: left;
	font-size: 12px;
	background: #1360c7;
	color: #fff;
	line-height: 19px;
	padding: 7px 10px;
	cursor: pointer;
}

#screenshot_tool canvas {
	display: none;
}

canvas{
	display: block;
	border-radius: 5px;
	margin: 0 auto;
}

.pdf_block {
	width: 100%;
}

.pdf_section {
	padding-top: 10px;
}

.pdf_section button {
	font-weight: 600;
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;
}

.pdf_section button {
	font-weight: 600;
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;
}

.pdf_section button.closereader {
	float: right;
	color: #fff;
	background-color: #6b6b6b;
	padding: 6px;
}

.pdf_section button.closereader::after {
	float: none;
}

.pdf_section .button_panel button:first-child {
	font-size: 18px;
	color: #fff;
}

.pdf_section button#next {
	font-size: 18px;
	color: #2c2c2c;
}

.pdf_section button span {
	font-size: 20px;
}

.pdf_section .search_block {
	display: none;
}

.news-single .pdf_document {
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	cursor: pointer;
	padding: 12px;
	position: relative;
	min-height: 86px;
}

.news-single .pdf_document:hover {
	background-color: #EDEEF1;
}

.news-single .pdf_document .pdf_title:before {
	width: 50px;
	height: 50px;
	background-image: url('/assets/themes/ntd/images/icon/pdf_icon.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	left: 4px;
	top: 17px;
}

.news-single .pdf_document .pdf_description::after {
	height: 50px;
	padding: 3px 0;
	content: "\2193";
	position: absolute;
	right: 8px;
	top: 24px;
	font-size: 40px;
}

.news-single .pdf_document .pdf_title {
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin: 0 50px;
}

.news-single .pdf_document .pdf_description {
	font-size: 14px;
	text-align: left;
	color: #8a8a8a;
	line-height: 24px;
	min-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin: 0 50px;
}

.news-single .pdf_click_btn button span.notice{
	width: 100%;
	font-size: 12px;
	color: teal;
}

.render_pdf_block {
	overflow: hidden;
	border: 1px solid #d8d8d8;
	display: block;
	position: relative;
	overflow-x:scroll;
	overflow-y:scroll;
	background-color: #d8d8d8;
	max-height: 800px;
}

.button_panel {
	width: 100%;
	text-align: center;
	background-color: #d4d4d4;
	padding: 5px;
	border-radius: 10px 10px 0 0;
}

#top_ad {
	margin: 20px 0 10px 0;
	text-align: center;
	display: block;
	width: 100%;
	height: 250px;
}

#sticky_native {
	margin: 0 auto 12px;
	text-align: center;
	height: 120px;
}

/* NTD Table */
.ntd_table {
	display: table;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border-collapse: separate;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.ntd_table_row {
	display: table-row;
}

.ntd_theader {
	display: table-row;
}

.ntd_table_header {
	display: table-cell;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;
}

.ntd_table_header:first-child {
	border-left: #ccc 1px solid;
	border-top-left-radius: 5px;
}

.ntd_table_header:last-child {
	border-right: #ccc 1px solid;
	border-top-right-radius: 5px;
}

.ntd_table_small {
	display: table-cell;
	border-bottom: #ccc 1px solid;
}

.ntd_table_row>.ntd_table_small>.ntd_table_cell:nth-child(odd) {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ntd_table_row>.ntd_table_small>.ntd_table_cell {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #5b5b5b;
}

.ntd_table_row>.ntd_table_small:first-child {
	border-left: #ccc 1px solid;
}

.ntd_table_row>.ntd_table_small:last-child {
	border-right: #ccc 1px solid;
}

.ntd_table_row:last-child>.ntd_table_small:last-child>.ntd_table_cell:last-child {
	border-bottom-right-radius: 5px;
}

.ntd_table_row:last-child>.ntd_table_small:first-child>.ntd_table_cell:last-child {
	border-bottom-left-radius: 5px;
}

.ntd_table_row:nth-child(2n+3) {
	background: #e9e9e9;
}

@media screen and (max-width: 650px) {
	.ntd_table {
		display: block;
	}

	.ntd_table_row:nth-child(2n+3) {
		background: none;
	}

	.ntd_theader {
		display: none;
	}

	.ntd_table_row>.ntd_table_small>.ntd_table_cell:nth-child(odd) {
		display: table-cell;
		width: 50%;
	}

	.ntd_table_cell {
		display: table-cell;
		width: 50%;
	}

	.ntd_table_row {
		display: table;
		width: 100%;
		border-collapse: separate;
		padding-bottom: 20px;
		margin: 5% auto 0;
		text-align: center;
	}

	.ntd_table_small {
		display: table-row;
	}

	.ntd_table_row>.ntd_table_small:first-child>.ntd_table_cell:last-child {
		border-left: none;
	}

	.ntd_table_row>.ntd_table_small>.ntd_table_cell:first-child {
		border-left: #ccc 1px solid;
	}

	.ntd_table_row>.ntd_table_small:first-child>.ntd_table_cell:first-child {
		border-top-left-radius: 5px;
		border-top: #ccc 1px solid;
	}

	.ntd_table_row>.ntd_table_small:first-child>.ntd_table_cell:last-child {
		border-top-right-radius: 5px;
		border-top: #ccc 1px solid;
	}

	.ntd_table_row>.ntd_table_small:last-child>.ntd_table_cell:first-child {
		border-right: none;
	}

	.ntd_table_row>.ntd_table_small>.ntd_table_cell:last-child {
		border-right: #ccc 1px solid;
		border-bottom: #ccc 1px solid;
	}

	.ntd_table_row>.ntd_table_small:last-child>.ntd_table_cell:first-child {
		border-bottom-left-radius: 5px;
	}

	.ntd_table_row>.ntd_table_small:last-child>.ntd_table_cell:last-child {
		border-bottom-right-radius: 5px;
	}
}