/* 
***********************************
Page: NDQ Responsive
Category: N/A
Search: 0
Track: 0
Version: 9.8.1
Author: Jonathan Hagan
Date: 17 Jul 2015
***********************************
*/
@charset "utf-8";

/* USEFUL QUERIES */
	/* ipad portrait */
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)  */
	
	/* ipad landscape */
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) */
	
	/* ipad 3/4 portrait */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 2)  */
	
	/* ipad 3/4 landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 2)  */
	
	/* ipad 3/4 landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 1)  */
	
	/* ipad 1/2 landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 1)  */
	
	/* ipad mini portrait */	
	/* (min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : portrait)  */
	
	/* ipad mini landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : landscape)  */
	
	/* iphone 6 */	
	/* (min-width : 375px) and (max-width : 667px)  */
	
	/* iPhone 6+ */	
	/* (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3)  */
	
	/* iphone 5 */	
	/* (min-width : 320px) and (max-width : 568px)   */
	
	/* iPhone 2-4 */	
	/* (min-width : 320px) and (max-width : 480px)  */

	
@media 
	only screen and 
	(min-width : 375px) and (max-width : 667px),
	(min-width : 414px) and (max-width : 736px),
	(min-width : 320px) and (max-width : 568px),
	(min-width : 320px) and (max-width : 480px),
	(min-width : 414px) and (max-width : 736px) and (-webkit-min-pixel-ratio : 3),
	(min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
/* @media only screen 
and (min-width : 320px) 
and (max-width : 768px) { */

	#ndq-content .ndq-leftcol, #ndq-content .ndq-rightcol { float:none; width:auto; }
	div.ndq-dialog { max-width:100%; }
	.ndq-wide-screen { display:none; }
	.ndq-small-screen { display:block; }
	
	/* Forms for small devices */
	#ndq-form .ndq-form-note,#ndq-form img,#ndq-form #captcha { float:none; } 
	#ndq-form label, #ndq-content label { float:none; display:block; }
	#ndq-form input, #ndq-form textarea, #ndq-form select { float:none; width: 100%;}
	#ndq-form .ndq-submit { text-align:left; float:none; }
	#ndq-form fieldset { width:100%; }
	#ndq-content.ndq-alerts label, #ndq-content.ndq-donotsend label { display:inline; }
	#ndq-content form .formSpacer {display:block; }

	/* Force table to not be like tables anymore */
	.wsh-dataTable, .wsh-dataTable thead, .wsh-dataTable th, .wsh-dataTable tbody, .wsh-dataTable td, .wsh-dataTable tr { display:block; }
	.wsh-dataTable caption { display:inline; }
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.wsh-dataTable:not(.wsh-ratios-revert) thead tr { position:absolute; top:-9999px; left:-9999px;	}
	.wsh-dataTable.wsh-ratios-revert thead tr, .wsh-dataTable.wsh-ratios-revert thead tr th {background:0 !important; border:0 !important; width: 100%; color:#333 !important}
	#ndq-content caption { border:none; margin-bottom:5px; display: block;}
	.wsh-dataTable tr:first-child { border-top:0px solid #ccc; }
	.wsh-dataTable tr {  }
	.wsh-dataTable td { border:none; position:relative; }
	.wsh-dataTable td, #ndq-content td, #ndq-content th { border:none; position:relative; overflow:visible; }
	.wsh-dataTable td:before { position:absolute; top:6px; left:6px; padding-right:10px; white-space:nowrap; }

	/* releasedetail.cfm */
	.ndq-table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;}

	/* Pagination */
	#ndq-pagination { float:none !important; display:block; }
	#ndq-pagination form {text-align: left;}
	#ndq-pagination #ndq-page { }
	#ndq-pagination a {text-decoration: none;}

	/* Briefcase */
	.ndq-briefcaseLegend { float:none; text-align:left; margin-top:1.12em; }	

	/* File Types */
	.ndq-filing-types-td {text-align: left;}

	/* Calculator */
	#ndq-content .ndq-calc-shares { display:block; }
	#ndq-content .ndq-calc-date { display:block; }
	#ndq-content .ndq-calc-submit { display:block; }
	#ndq-content .ndq-calc-reinvest label { display:inline; }
	
	/* Directors */
	#ndq-content .ndq-committee-chair, #ndq-content .ndq-committee-member { height:auto; }
	#ndq-content .ndq-expand-link #ndq-view-transactions {float:none !important; display:block !important; margin-top:10px;}
	#ndq-content .ndq-committees table td, #ndq-content.ndq-committees table th {text-align: left;}
	
	/* Index */
	#ndq-content .ndq-intro,#ndq-content .ndq-stock { float:none; width:auto; }
	#ndq-content .ndq-stock {  }

	/* Stock Quote */
	.ndq-stockquote .ndq-leftcol,.ndq-stockquote .ndq-rightcol { float:none !important; width:100% !important; }
	/* #ndq-content.ndq-stockquote th {border:0;} */
	
	/* Stock Quote, Dividends, Calculator */
	.ndq-data-table td { text-align:left; }
	#ndq-stock-img img { width:100%; }
	
	/* ******************************************************************** */
	/*                         Table Headers                                */
	/* ******************************************************************** */
	
	/* Search */
	.wsh-search td:before { content: attr(data-before); }
	.wsh-search td { padding-left:23% !important; }
	.ndq-search .ndq-search-year, .ndq-search .ndq-search-categories { float:none; }
	.ndq-search label {display: inline-block !important;}
	table.wsh-search {margin-top: 20px;}
	
	/* Download Library */
	.wsh-downloads td:before { content: attr(data-before); }
	.wsh-downloads .wsh-downloads-hide {display: none;}
	.wsh-downloads td { padding-left:30% !important; }
	
	/* Debt Library */
	.wsh-debt td { padding-left:50% !important; }
	.wsh-debt td:nth-child(1) {font-weight:bold}
	.wsh-debt td:nth-child(1):before{content:" "}
	.wsh-debt td:nth-child(2):before{content:"Amount Outstanding"; color:#999; margin-top:8px; font-size:12px;}
	.wsh-debt td:nth-child(3):before{content:"Rate"; color:#999; margin-top:8px; font-size:12px;}
	.wsh-debt td:nth-child(4):before{content:"Maturity Date"; color:#999; margin-top:8px; font-size:12px;}
	.wsh-debt td:nth-child(5):before{content:"SEC Filings"; color:#999; margin-top:8px; font-size:12px;}
	
	
	
	/* SEC Filings */
	.wsh-sec td:before { content: attr(data-before); }
	.wsh-sec td { padding-left:35% !important; }
		/* Spanish Specific */
		.ndq-spanish .wsh-sec td { text-align: right; }
		.ndq-spanish #DocFilter select {width: 100%;max-width: 100% !important;}
		.ndq-spanish #ndq-pagination select {width: 100% !important;}
	
	/* Briefcase */
	.wsh-briefcase td:before { content: attr(data-before); }
	.wsh-briefcase td { padding-left:25% !important; }
	
	/* Printed Materials */
	.wsh-printedmats td:before { content: attr(data-before); }
	.wsh-printedmats td label { display:inline-block !important; }
	.wsh-printedmats td { text-align: left; }
		/* danish specific */
		.ndq-danish .wsh-printedmats td { padding-left:55% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-printedmats td { padding-left:55% !important; }		
		
	/* Press Releases */
	.wsh-releases td:before { content: attr(data-before); }
	.wsh-releases .wsh-briefcase { padding-left:60% !important; }
	.wsh-releases td:nth-of-type(2) { padding-left: 6px; }
	.wsh-releases td summary { display:block; margin-top:15px; }
	.wsh-releases td { padding-left:20% !important; }
		/* danish specific */
		.ndq-danish .wsh-releases td { padding-left:40% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-releases td { padding-left:40% !important; }	
		/* for expand/collapse */
		.wsh-releases .ndq-showsummary {display: none !important;}
		.wsh-releases .releaseSummary {display: block;}
	
	/* Insider Transactions INCLUDE */
	.wsh-inc-transactions td:before { content: attr(data-before); }
	.wsh-inc-transactions td { text-align: right !important; }

	/* Analyst Coverage */
	.wsh-analysts td:before { content: attr(data-before); }
	.wsh-analysts td { padding-left:20% !important; }
		/* danish specific */
		.ndq-danish .wsh-analysts td { padding-left:30% !important; }	
		
	/* Events */ 
	/*.wsh-events tbody .ndq-reminder-hidden {display: none !important;}
	.wsh-events td:before { content: attr(data-before); }
	.wsh-events td { padding-left:30% !important; }*/
		/* danish specific */
		.ndq-danish .wsh-events td { padding-left:45% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-events td { padding-left:45% !important; }		
		
	.wsh-presentations td:before { content: attr(data-before); }
	.wsh-presentations td { padding-left:20% !important; }

	/* Governance */
	.wsh-governance td:before { content: attr(data-before); }
	.wsh-governance td { text-align: right; }
	.wsh-governance td { padding-left:20% !important; }
	
	/* CC */
	.wsh-ccommittees td {text-align:left !important;}
	.wsh-ccommittees .ndq-noDuty {display:none;}
	.wsh-ccommittees td .ndq-hide-txt {display:inline;}
	#ndq-content.ndq-committees div.ndq-dialog {width:90%;}
	.ccName {font-size:1.4em}
	#ndq-content.ndq-committees table td:not(:first-child) {padding-left:25px;}
	#ndq-content table.wsh-ccommittees td {text-align:left !important}
	#ndq-content table.wsh-ccommittees td:nth-child(1) {font-weight:bold}
	
	/* cc nasdaq inc */
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Audit Committee"}
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Audit Committee"}
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Finance Committee"}
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Finance Committee"}
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(4) .cMember.ndq-hide-txt:before{content:"Member of the Nominating & Governance Committee"}
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(4) .cChair.ndq-hide-txt:before{content:"Chair of the Nominating & Governance Committee"}
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(5) .cMember.ndq-hide-txt:before{content:"Member of the Management Compensation Committee"}
	.ndq-nasdaq-inc-committees .wsh-ccommittees td:nth-child(5) .cChair.ndq-hide-txt:before{content:"Chair of the Management Compensation Committee"}
	
	/* cc nasdaq stock market llc */
	.ndq-nasdaq-stock-market-llc-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Regulatory Oversight Committee"}
	.ndq-nasdaq-stock-market-llc-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Regulatory Oversight Committee"}
	
	.ndq-nasdaq-stock-market-llc-nomCommittees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member Nominating"}
	.ndq-nasdaq-stock-market-llc-nomCommittees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Nominating Committee"}
	.ndq-nasdaq-stock-market-llc-nomCommittees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Nominating Committee"}
	
	/* cc nasdaq PHLX */
	.ndq-nasdaq-phlx-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Regulatory Oversight Committee"}
	.ndq-nasdaq-phlx-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Regulatory Oversight Committee"}
	
	.ndq-nasdaq-phlx-nomCommittees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member Nominating"}
	.ndq-nasdaq-phlx-nomCommittees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Nominating Committee"}
	.ndq-nasdaq-phlx-nomCommittees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Nominating Committee"}
	
	/* cc nasdaq BX */
	.ndq-nasdaq-bx-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Regulatory Oversight Committee"}
	.ndq-nasdaq-bx-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Regulatory Oversight Committee"}
	
	.ndq-nasdaq-bx-nomCommittees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member Nominating"}
	.ndq-nasdaq-bx-nomCommittees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Nominating Committee"}
	.ndq-nasdaq-bx-nomCommittees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Nominating Committee"}
	
	/* cc ISE */
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Executive Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Executive Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Finance & Audit Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Finance & Audit Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(4) .cMember.ndq-hide-txt:before{content:"Member of the Corporate Governance Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(4) .cChair.ndq-hide-txt:before{content:"Chair of the Corporate Governance Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(5) .cMember.ndq-hide-txt:before{content:"Member of the Compensation Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(5) .cChair.ndq-hide-txt:before{content:"Chair of the Compensation Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(6) .cMember.ndq-hide-txt:before{content:"Member of the  Review  Committee"}
	.ndq-nasdaq-ise-committees .wsh-ccommittees td:nth-child(6) .cChair.ndq-hide-txt:before{content:"Chair of the  Review  Committee"}
	
	/* cc ISE MRX */
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Executive Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Executive Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Finance & Audit Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Finance & Audit Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(4) .cMember.ndq-hide-txt:before{content:"Member of the Corporate Governance Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(4) .cChair.ndq-hide-txt:before{content:"Chair of the Corporate Governance Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(5) .cMember.ndq-hide-txt:before{content:"Member of the Compensation Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(5) .cChair.ndq-hide-txt:before{content:"Chair of the Compensation Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(6) .cMember.ndq-hide-txt:before{content:"Member of the  Review  Committee"}
	.ndq-nasdaq-MRX-committees .wsh-ccommittees td:nth-child(6) .cChair.ndq-hide-txt:before{content:"Chair of the  Review  Committee"}
	
	/* cc ISE Genimi */
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Executive Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Executive Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Finance & Audit Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Finance & Audit Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(4) .cMember.ndq-hide-txt:before{content:"Member of the Corporate Governance Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(4) .cChair.ndq-hide-txt:before{content:"Chair of the Corporate Governance Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(5) .cMember.ndq-hide-txt:before{content:"Member of the Compensation Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(5) .cChair.ndq-hide-txt:before{content:"Chair of the Compensation Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(6) .cMember.ndq-hide-txt:before{content:"Member of the  Review  Committee"}
	.ndq-nasdaq-GEMX-committees .wsh-ccommittees td:nth-child(6) .cChair.ndq-hide-txt:before{content:"Chair of the  Review  Committee"}
	
	/* cc nasdaq NFX */
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(2) .cMember.ndq-hide-txt:before{content:"Member of the Business Conduct Committee"}
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(2) .cChair.ndq-hide-txt:before{content:"Chair of the Business Conduct Committee"}
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(3) .cMember.ndq-hide-txt:before{content:"Member of the Executive Committee"}
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(3) .cChair.ndq-hide-txt:before{content:"Chair of the Executive Committee"}
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(4) .cMember.ndq-hide-txt:before{content:"Member of the Business Conduct Committee"}
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(4) .cChair.ndq-hide-txt:before{content:"Chair of the Business Conduct Committee"}
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(5) .cMember.ndq-hide-txt:before{content:"Member of the Nominating Committee"}
	.ndq-nasdaq-nfx-committees .wsh-ccommittees td:nth-child(5) .cChair.ndq-hide-txt:before{content:"Chair of the Nominating Committee"}
	
	
	

	/* Stock Lookup */
	.wsh-stocklookup td:before { content: attr(data-before); }
	.wsh-stocklookup td { padding-left:25% !important; }
		/* danish specific */
		.ndq-danish .wsh-stocklookup td { padding-left:30% !important; }	

	/* Dividends */
	.wsh-dividends td:before { content: attr(data-before); }
	.wsh-dividends td { padding-left:35% !important; }
	.wsh-dividends td.ndq-table-bold:before {content: "";}
	.wsh-dividends td.ndq-table-bold {display: table-cell;padding-left: 5px !important;border: 0px solid #fff;width: 100%;position: relative;}

	/* Splits */
	.wsh-split td:before { content: attr(data-before); }
	.wsh-split td { padding-left:35% !important; }
	.wsh-split td.ndq-table-bold:before {content: "";}


	/* Calculator */
	.wsh-calculator td:before { content: attr(data-before); }
	.wsh-calculator td { padding-left:42% !important;	}
		/* spanish specific */
		.ndq-spanish .wsh-calculator td { text-align: right; }
			
	.wsh-adjustments td:before { content: attr(data-before); }
	.wsh-adjustments-hide {display: none !important;}
	.wsh-adjustments td { padding-left:42% !important; }
		/* spanish specific */	
		.ndq-spanish .wsh-adjustments td { text-align: right;	}

	/* Financials */
	.wsh-financials-sec td:before { content: attr(data-before); }
	.wsh-financials-sec td { padding-left:30% !important; }
		/* danish specific */
		.ndq-spanish .wsh-financials-sec td { padding-left:40% !important; }	
		/* danish specific */
		.ndq-spanish .wsh-financials-sec td { padding-left:50% !important; }	
		
	.wsh-financials td:before { content: attr(data-before); }
	.wsh-financials td { padding-left:30% !important; }
		/* danish specific */
		.ndq-danish .wsh-financials td { padding-left:20% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-financials td { padding-left:20% !important; }	
	
	/* Annuals & Proxies */
	.wsh-annuals-sec td:before { content: attr(data-before); }
	.wsh-annuals-sec td { padding-left:30% !important; }
		/* spanish specific */
		.ndq-spanish .wsh-annuals-sec td { padding-left:35% !important; }
		
	.wsh-annuals td:before { content: attr(data-before); }
	.wsh-annuals td { padding-left:30% !important; }
	
	/* Ownership Profile */
	.wsh-ownership-breakdown td:before { content: attr(data-before); }
	.wsh-ownership-breakdown td { text-align: right !important; }
	
	.wsh-ownership-rotation td:before { content: attr(data-before); }
	.wsh-ownership-rotation td { text-align: right !important; }
	
	.wsh-ownership-concentration td:before { content: attr(data-before); }
	.wsh-ownership-concentration td { text-align: right !important;}

	.wsh-ownership-style td:before { content: attr(data-before); }
	.wsh-ownership-style td { text-align: right !important; }

	.wsh-ownership-topholders td:before { content: attr(data-before); }
	.wsh-ownership-topholders td:first-child:before { content: ""; }
	.wsh-ownership-topholders td { text-align: right !important;}

	/* Insider Transactions */
	.wsh-transactions td:before { content: attr(data-before); }
	.wsh-transactions td { padding-left:42% !important; }
	
	/* Insider Ownership */
	.wsh-insider-ownership td:before { content: attr(data-before); }
	.wsh-insider-ownership td { padding-left:42% !important; }
		/* spanish specific */
		.ndq-spanish .wsh-insider-ownership td { padding-left:60% !important; }
	
	
	/* Insider Ownership EXPAND OPTION */
	.wsh-ownership td:before { content: attr(data-before); }
	.wsh-ownership td { padding-left:42% !important; }
	.wsh-ownership-trades td { text-align: right !important; }
	
	/* Estimates */
	.wsh-estimates-revert { display: table !important; }
	.wsh-estimates-revert tbody { display: table-row-group !important; }
	.wsh-estimates-revert tr { display: table-row !important; }
	.wsh-estimates-revert td { display: table-cell !important; }
	
	.wsh-analyst-forecasts {}
	.wsh-analyst-forecasts td{text-align: right}
	.wsh-analyst-forecasts td:before { content: attr(data-before); }
	
	.wsh-actuals {}
	.wsh-actuals td{text-align: right}
	.wsh-actuals td:before { content: attr(data-before); }
	
	.wsh-pe-ratios {}
	.wsh-pe-ratios td{text-align: right}
	.wsh-pe-ratios td:before { content: attr(data-before); }
	
	.wsh-growth-rates {}
	.wsh-growth-rates td{text-align: right}
	.wsh-growth-rates td:before { content: attr(data-before); }
	
	/* Key Ratios */
	.wsh-ratios-revert { display: table !important; }
	.wsh-ratios-revert tbody { display: table-row-group !important; }
	.wsh-ratios-revert tr { display: table-row !important;width: 100%; }
	.wsh-ratios-revert td, .wsh-ratios-revert th { display: table-cell !important; }
	.wsh-ratios-top, .wsh-ratios-bottom {float: none;width:100%;display: block;}
	
	/* Corporate Governance Document */
	#ndq-content div.ndq-dialog, #ndq-tools div.ndq-dialog {
	  max-width: 90%;
	}
	#ndq-content.ndq-events div.ndq-dialog{width: 80%;}
	#ndq-content.ndq-corporate-governance-document div.ndq-dialog {width: 80%;}
	#ndq-content .wsh-ccommittees div.ndq-dialog, #ndq-content.ndq-corporate-governance-document div.ndq-dialog {width: 90%;}
	
	#ndq-tabs, #ndq-inc-stock-quote {float:none; width:100%; display:block;margin-bottom:20px;}
	#ndq-tabs img {width:100%}
	
	/* financials, analysts */
	.whiteBox {float:none !important; width:100% !important; height:auto !important;}
	.ndqQuarted {margin-bottom:20px; width:100%; padding: 10px 20px; border:0; border-bottom:1px solid #999; text-align:left;}
	.ndqQuarted .ndqQuartedYear { display: inline-block; }
	#ndq-content.ndq-financials .ndq-expand-content {width:100%}
	
	.ndq-stockquote select {margin-bottom:15px}
	
	/* tools */
	#ndq-tools form, #ndq-tools-search {display:block;}
	
	/* events */
	#ndq-content.ndq-events caption form label {display:inline-block;}
	.ndq-events .ndq-floatR { float: none !important; margin-bottom:20px !important;}
	
	/* results */
	#ndq-content.ndq-results h2.qrH2 {width:100%; display:block; margin:0 0 5px 0;}
	#ndq-content.ndq-results .emptyQ, #ndq-content.ndq-results .fullQ {float:none; width:100%;  margin:0 0 20px 0; }
	
	/* table headers */
	table.wsh-dataTable td[data-before]:before {color:#999; margin-top:8px; font-size:12px;}
	
	.ndq-filetypes-na {padding-left:0;}
	.ndq-filesize {min-width: 40px;}
	
	.ndq-index .ndq-rightcol,
	.ndq-annuals-proxies .ndq-rightcol,
	.ndq-contactus .ndq-rightcol {margin-top:50px;}
	
	#ndq-content a {word-wrap: break-word;}
	.irOverview {background:#000}
	.el-left .h2-picture .block-title:before {border-right: 38px solid transparent; border-top: 106px solid #000; left: 100%;}
	
	.ndq-stockquote .btn-group {margin-bottom:20px}
	
	.promo-block {padding:15px;}
	
	#ndq-content.ndq-faq .ndq-expand-content, #ndq-content.ndq-nasdaq-inc-documents .ndq-expand-content {margin:0 0 20px 0px}
	
	.ndq-contactus .promoblock .col-md-4 {margin-bottom:30px;}
	
	.ndq-briefcase a {margin-left:0px;}
	.fullwidthimage img {width:100%;margin-bottom:15px;}
	.ndq-annual-meeting-info .ndqHomeItems {margin-bottom:10px;}
}

@media (min-width : 768px) and (max-width : 1024px) {
	.fullwidthimage img {width:100%;margin-bottom:15px;}
	.ndq-annual-meeting-info .ndqHomeItems {margin-bottom:10px;}	
}


@media 
	only screen and 
(min-width : 768px) and (max-width : 1024px) and (orientation : portrait),
(min-width : 768px) and (max-width : 1024px) and (orientation : landscape),
(min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 2),
(min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 2),
(min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 1),
(min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 1),
(min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : portrait),
(min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : landscape),
(min-width : 375px) and (max-width : 667px),
(min-width : 414px) and (max-width : 736px) and (-webkit-min-pixel-ratio : 3),
(min-width : 320px) and (max-width : 568px) ,
(min-width : 320px) and (max-width : 480px)
	{
			/* releasedetail.cfm */
		.ndq-table-responsive {
			width: 100%;
			margin-bottom: 15px;
			overflow-y: hidden;
			overflow-x: scroll;
			-ms-overflow-style: -ms-autohiding-scrollbar;
			border: 1px solid #ddd;
			-webkit-overflow-scrolling: touch;}
	}
	


@media only screen 
and (min-width : 320px) 
and (max-width : 736px) 
and (orientation : portrait) {
	pre, person {
			font-size: 12px;
			word-wrap: break-word;
			white-space: normal;
	}
	#ndq-legend div {display:block;}
	.ndq-stockquote button, .ndq-stocklookup button, .ndq-search button, .ndq-calculator button {display:block; margin-top:10px;}	
	.eventsBox { width: 100%;  margin: 0px 0 0px 0; float:none; }
	.slides .wp5 {width:100%; margin:0; float:none;}
	
	.ndq-events .ndq-floatR { float: none !important; margin-bottom:20px !important;}
	
	.ndq-calculator .ndq-calc-shares .btn-group {margin-top:0px}
	
	#ndq-tabs, #ndq-inc-stock-quote-pie {width:100% !important; float:npne !important;}
	.ndq-search-boxes {margin-top:5px;}
	.ndq-alert-textbox span.ndq_current_price {display:block;}
	
	#ndq-inc-stock-quote .ndq-inc-stock-quote-date {font-size:12px; margin-bottom:5px;}
	#ndq-content table.wsh-presentations tbody [data-before="Title"] .ndq-filetypes {margin-top:0;}
	table.wsh-dataTable.wsh-presentations td[data-before]:before {margin-top:12px;}
	
	.ndq-calculator .ndq-calc-shares input, .ndq-calculator .ndq-calc-shares select, .ndq-calculator .ndq-calc-date .btn-group{display:block; margin-bottom:15px;}
	.btn-group-vertical>.btn, .btn-group>.btn {float:none}
	
	.ndq-annuals-proxies .col-sm-5 img {width:100%}
	.ndq-annuals-proxies .col-sm-4 {text-align:center}
	
	#ndq-content.ndq-events td, .ndq-events .dataTable td {padding: 14px 0px 10px;}
	#ndq-content.ndq-events .ndq-filesize {display:none}
}

@media only screen 
and (min-width : 320px) 
and (max-width : 736px) 
and (orientation : landscape) {
	pre, person {
			font-size: 12px;
			word-wrap: break-word;
			white-space: normal;
	}
	.ndq-stockquote button, .ndq-stocklookup button, .ndq-search button, .ndq-calculator button {display:block; margin-top:10px;}	
	.ndq-index .whiteBox { display: block; clear: both;}
	
	.ndq-calculator .ndq-calc-shares .btn-group {margin-top:0px}
	
	.ndq-events .ndq-floatR { margin-top:-25px !important;}
	.ndq-search-boxes {margin-top:5px;}
	
	.ndq-calculator .ndq-calc-shares input, .ndq-calculator .ndq-calc-shares select, .ndq-calculator .ndq-calc-date .btn-group{display:block; margin-bottom:15px;}
	.btn-group-vertical>.btn, .btn-group>.btn {float:none}
	
	.ndq-annuals-proxies .col-sm-4 {text-align:center}

}



@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	/* .slides .wp5 {width:29%}
	
	.whiteBox {float:left !important; width:49% !important; height:auto !important;} */
	
	#ndq-content.ndq-analysts .whiteBox {float:left !important; width:48% !important; height:auto !important; margin-right:4%;}
	#ndq-content.ndq-analysts .whiteBox:nth-of-type(2n) {margin-right:0% !important;}
	#ndq-content.ndq-analysts .whiteBox:nth-of-type(3n) {margin-right:4%;}
	
	#ndq-content .col-md-4.whiteBox {float:left !important; width:48% !important; height:auto !important; margin-right:4%;}
	#ndq-content .col-md-4.whiteBox:nth-of-type(2n) {margin-right:0% !important;}
	#ndq-content .col-md-4.whiteBox:nth-of-type(3n) {margin-right:4%;} */
	
	/* #ndq-inc-stock-quote-pie, #ndq-inc-stock-quote, #ndq-tabs { width: 45%;}
	#ndq-inc-stock-quote-pie, #ndq-inc-stock-quote {float:left;}	
	#ndq-tabs {float:right}	 */
	
	.ndq-stockquote button, .ndq-stocklookup button, .ndq-search button, .ndq-calculator button {display:block; margin-top:10px;}	
	#ndq-tabs img {width:70%}
	#ndq-inc-stock-quote .ndq-inc-stock-quote-date {margin-bottom:5px;}
	
	#ndq-content.ndq-events caption form {margin-bottom:10px;}	
	
	.ndq-calculator .ndq-calc-shares .btn-group {margin-top:-5px}
	
	.ndq-annuals-proxies img, .ndq-results img {width:100%}	
	
	.ndq-briefcase .detail-page {overflow:visible}
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.slides .wp5 {width:30%}
	
	.header nav .navbar-nav li a {font-size: 12px;}
	#ndq-tabs img {width:100%}
	#ndq-inc-stock-quote .ndq-inc-stock-quote-date {margin-bottom:5px; font-size:12px;}
	.col-md-3.col-md-offset-1 { width: 30%; margin-left:0 !important}
	
	.drawer-module {margin-top:5px;}
	.ndq-calculator .ndq-calc-shares .btn-group {margin-top:0px}
	.ndq-annuals-proxies img {width:100%}
	
	.ndq-results #eqHeight .col-sm-6 {
		min-height: 220px; 
	   height:auto !important; 
	   height: 220px; 
	}
}

@media only screen 
and (min-width : 990px) 
and (max-width : 1300px) 
and (orientation : landscape) {
	.header nav .navbar-nav li a {font-size: 12px;} 
	.header nav li {padding: 44px 8px 22px 8px;}
}