/*CSS for table tag*/

table a.link_header_table, .table a.link_header_table {
	text-decoration: none;
	color: #999999;
}

.order_table {
	min-width: 600px;
}

.order_table thead{
	cursor: pointer;
}

.order_table thead .btn-link {
	padding-bottom: 0px; 
	border-bottom: 0px;
}

.order_table th,
.order_table td {
	white-space: nowrap;
}

.order_table tbody.is_extended {
	display: table-row-group;
}

.order_table thead.is_extended .visibility_toggle,
.order_table .reverse_visibility_toggle {
	display: table-cell;
	min-width: 150px;
}

.order_table .is_extended .reverse_visibility_toggle,
.order_table .visibility_toggle,
.order_table tbody {
	display: none;
}

.highlight-table {
	max-height: 500px;
	overflow-y: auto;
	display: block;
}