.table {
	width: 100%;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	overflow: hidden;
}

.table thead {
	opacity: 1;
}

.table tr th {
	font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #2c3e50;
	padding: 18px 20px;
	text-align: left;
	vertical-align: middle;
	background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
	border-bottom: 2px solid #e9ecef;
	border-right: 1px solid #e9ecef;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	transition: background-color 0.3s ease;
}

.table tr th:first-child {
	border-top-left-radius: 6px;
	padding-left: 24px;
}

.table tr th:last-child {
	border-top-right-radius: 6px;
	border-right: none;
	padding-right: 24px;
}

.table tbody td {
	padding: 16px 20px;
	border-bottom: 1px solid #f1f3f5;
	color: #495057;
	font-size: 14px;
	line-height: 1.7;
	vertical-align: middle;
	transition: all 0.3s ease;
}

.table tbody td:first-child {
	padding-left: 24px;
	font-weight: 500;
}

.table tbody td:last-child {
	padding-right: 24px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #f8f9fa;
	transform: scale(1.001);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.table tbody tr:first-child td {
	border-top: none;
}

.table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

.table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

.ext-tbl {
	margin: 30px 0;
	padding: 0;
}

.ext-tbl table {
	margin: 20px 0;
	padding: 0;
	border: none;
	border-spacing: 0;
	width: 100%;
	border-collapse: separate;
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
}

.ext-tbl th.column {
	padding: 24px 16px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border-bottom: 2px solid #4B9307;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 600;
	color: #2c3e50;
	position: relative;
}

.ext-tbl th.column:first-child {
	border-left: none;
	border-top-left-radius: 8px;
}

.ext-tbl th.headline {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	text-align: left;
	padding: 24px 24px;
	border-right: 2px solid #dee2e6;
	font-size: 16px;
	font-weight: 600;
	color: #2c3e50;
	border-top-left-radius: 8px;
}

.ext-tbl td.feature {
	padding: 18px 24px;
	text-align: left;
	background-color: #fff;
	border-right: 2px solid #f1f3f5;
	border-bottom: 1px solid #f1f3f5;
	font-size: 14px;
	line-height: 1.7;
	color: #495057;
	font-weight: 500;
	transition: all 0.3s ease;
}

.ext-tbl tbody tr:hover td.feature {
	background-color: #f8f9fa;
}

.ext-tbl td.feature .text {
	color: #495057;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	display: block;
}

.ext-tbl td.feature .label {
	float: left;
	margin: 2px 10px 0 0;
	background: #4B9307;
	padding: 4px 8px;
	color: #fff;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 4px rgba(75, 147, 7, 0.3);
}

.ext-tbl td.column {
	padding: 18px 16px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: 1px solid #f1f3f5;
	border-left: 1px solid #f1f3f5;
	font-size: 14px;
	color: #495057;
	transition: all 0.3s ease;
}

.ext-tbl tbody tr:hover td.column {
	background-color: #f8f9fa;
}

.ext-tbl td.empty {
	background-color: #fafafa;
	border-left: 1px solid #e9ecef;
}

.ext-tbl td.buttons {
	padding: 20px 16px;
	background-color: #fff;
	border-bottom: 1px solid #f1f3f5;
}

div.avgButton {
	padding: 20px 16px;
	text-align: center;
}

.white_table table {
	width: 100%;
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
}

.white_table table th {
	border: none;
	color: #2c3e50;
	font-size: 28px;
	font-weight: 600;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	height: auto;
	padding: 24px 16px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 3px solid #e9ecef;
}

.white_table table th span {
	line-height: 1.4;
	color: #4B9307;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-top: 8px;
}

.white_table table th span.labelsmall {
	line-height: 1.5;
	color: #6c757d;
	font-size: 13px;
	font-weight: 400;
	margin-top: 4px;
}

.white_table table tr {
	height: auto;
	text-align: center;
	transition: all 0.3s ease;
}

.white_table table tr td {
	padding: 13px 5px;
	border: none;
	font-size: 14px;
	line-height: 1.6;
	color: #495057;
}

.white_table table .grey {
	background-color: #e6e6e6;
}

.white_table table .white {
	background-color: #fff;
}

.white_table table tr:hover {
	background-color: #f1f3f5;
}

.white_table td.recommend,
.white_table th.recommend {
	border-left: 4px solid #4B9307;
	border-right: 4px solid #4B9307;
	position: relative;
}

.white_table tfoot td.recommend {
	border-bottom: 4px solid #4B9307;
}

.white_table th.fillcell {
	background: linear-gradient(135deg, #5cb85c 0%, #4B9307 100%);
	color: #fff;
	padding: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 6px rgba(75, 147, 7, 0.3);
}

.bestvalue {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.report_tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 13px;
	margin: 24px 0;
	text-align: left;
	min-width: 500px;
	max-width: 800px;
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	overflow: hidden;
}

.report_tbl thead td {
	background: linear-gradient(135deg, #4B9307 0%, #3d7707 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 18px 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.report_tbl tfoot td,
.txt_size_small {
	font-size: 12px;
	padding: 14px 20px;
	background-color: #f8f9fa;
	color: #6c757d;
	line-height: 1.6;
}

.report_tbl tbody td {
	background-color: #fff;
	padding: 14px 20px;
	border-bottom: 1px solid #f1f3f5;
	color: #495057;
	font-size: 13px;
	line-height: 1.7;
	transition: all 0.3s ease;
}

.report_tbl tbody tr:hover td {
	background-color: #f8f9fa;
}

.report_tbl td {
	text-align: left;
}

.report_tbl_links td {
	max-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.risk_Low {
	color: #4B9307;
	font-weight: 600;
}

.risk_Medium {
	color: #2d2dc3;
	font-weight: 600;
}

.risk_High {
	color: #dd3146;
	font-weight: 600;
}

.risk_Review {
	color: #6c757d;
	font-weight: 500;
}

.risk_Good {
	color: #4B9307;
	font-weight: 600;
}

.big-table td {
	border-top: none;
}

.big-table tbody tr td {
	padding: 18px 20px;
	line-height: 1.7;
	border-bottom: 1px solid #f1f3f5;
	font-size: 14px;
	color: #495057;
	transition: all 0.3s ease;
}

.big-table tbody tr:first-child td {
	border-top: none;
}

.big-table tbody tr:hover td {
	background-color: #f8f9fa;
}

.table tbody tr.success td {
	background-color: #d4edda;
	color: #155724;
	font-weight: 500;
}

.table tbody tr.error td,
.err_virus,
.err_virus td {
	background-color: #f8d7da !important;
	color: #dd3146 !important;
	font-weight: 500;
}

.table tbody tr.warning td {
	background-color: #fff3cd;
	color: #856404;
	font-weight: 500;
}

.table tbody tr.info td {
	background-color: #d1ecf1;
	color: #0c5460;
	font-weight: 500;
}

.table-hover tbody tr.success:hover td {
	background-color: #c3e6cb;
}

.table-hover tbody tr.error:hover td {
	background-color: #f5c6cb;
}

.table-hover tbody tr.warning:hover td {
	background-color: #ffeeba;
}

.table-hover tbody tr.info:hover td {
	background-color: #bee5eb;
}

.table th.action {
	width: 100px;
	text-align: center;
}

.ext-tbl table .headline {
	width: 39%;
}

.ext-tbl.columns-2 table .column {
	width: 30.5%;
}

.ext-tbl.columns-3 table .column {
	width: 20.3%;
}

.ext-tbl.columns-4 table .column {
	width: 15.25%;
}

.ext-tbl.columns-5 table .column {
	width: 12.2%;
}

.ext-tbl.columns-6 table .column {
	width: 10.17%;
}

table td a,
.table td a,
.ext-tbl table td a {
	color: #4B9307;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}

table td a:hover,
.table td a:hover,
.ext-tbl table td a:hover {
	color: #3d7707;
	border-bottom: 1px solid #4B9307;
}

@media (max-width: 992px) {
	.table,
	.ext-tbl table,
	.white_table table {
		font-size: 13px;
	}
	
	.table tr th,
	.ext-tbl th.column {
		padding: 16px 12px;
		font-size: 13px;
	}
	
	.table tbody td,
	.ext-tbl td.column {
		padding: 14px 12px;
	}
	
	.ext-tbl td.feature {
		padding: 14px 16px;
		font-size: 13px;
	}
	
	.white_table table th {
		font-size: 22px;
		padding: 20px 12px;
	}
	
	.white_table table th span {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.table,
	.ext-tbl table,
	.white_table table,
	.report_tbl {
		font-size: 12px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.table tr th,
	.ext-tbl th.column {
		padding: 12px 10px;
		font-size: 12px;
	}
	
	.table tbody td,
	.ext-tbl td.column {
		padding: 12px 10px;
	}
	
	.ext-tbl td.feature {
		padding: 12px 14px;
		font-size: 12px;
	}
	
	.white_table table th {
		font-size: 18px;
		padding: 16px 10px;
	}
	
	.white_table table th span {
		font-size: 14px;
	}
	
	.report_tbl thead td {
		padding: 14px 16px;
		font-size: 14px;
	}
	
	.report_tbl tbody td {
		padding: 12px 16px;
	}
	
	.table-responsive {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.table,
.ext-tbl table,
.white_table table,
.report_tbl {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ext-tbl td.feature .text,
.table tbody td,
.report_tbl tbody td {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.table tbody tr:nth-child(5n) td {
	border-bottom: 2px solid #e9ecef;
}

.table tbody tr:focus-within td {
	background-color: #e7f5ff;
	outline: 2px solid #4B9307;
	outline-offset: -2px;
}

.tbl_home_list {
	font-size: 15px;
	margin-top: 20px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
}

.tbl_home_list td {
	padding: 14px 18px;
	width: 48%;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	line-height: 1.6;
	transition: all 0.3s ease;
}

.tbl_home_list td:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tbl_home_list td.sep {
	width: 4%;
	background: none;
	box-shadow: none;
}

.tbl_home_list td div {
	margin-top: 2px;
}

@media print {
	.table,
	.ext-tbl table,
	.white_table table,
	.report_tbl {
		box-shadow: none;
		border: 1px solid #dee2e6;
	}
	
	.table tbody tr:hover td,
	.ext-tbl tbody tr:hover td,
	.white_table table tr:hover {
		background-color: inherit !important;
	}
}

.white_table th.clearcell{height: 0px !important;}