/*==============================================================================

		I AM PRINT.CSS
		I CONTAIN STYLES SPECIFIC TO PRINTING

================================================================================*/


html body {color: #000; font-size: 10pt;}

a[href]:after {content: none !important;}

html body #main {width: 750px;}

html body .visible-print,
html body .hidden-xs {display: block !important;}

html body .hidden-print,
html body #header-container,
html body #header,
html body #footer-container,
html body .footer,
html body #sidebar-right,
html body .tabs,
html body .actions,
html body .under-actions,
html body #adinclude,
html body #additional-cies,
html body #header-out,
html body #left,
html body #search-h2,
html body #above-highlight,
html body #highlight-bar,
html body .checkbox,
html body #list-pagination,
html body #debug-log-holder,
html body #debug-log-holder,
html body #translation-options,
html body .btn,
html body .alert, 
html body #show-tips {display: none !important;}

html body #right {display: block; margin: 0; left: 0; top: 0; position: relative;}
html body #right .tabs-container {position:relative; top: 0; overflow:visible !important;}
html body #right #details-view #top-bar {display:none;}
html body #details-view #details-tab {padding: 0;}

html #results-page { verflow: visible !important;}
html #results-page .arrow { display: none; }
html body #right, html body #details-view, html body #right #results {overflow: visible;}
html body .tabs-container {display: block; width: auto; height: auto; padding: 0; background: transparent; border-width: 0 !important;}

html body .table th, .table td {padding: 2px;}

#search {
	position: static !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left !important;
	background: transparent !important;
	border: none !important;
	overflow: visible !important;
}

// LIST VIEW
html body #list-results * {margin: 0; padding: 0;}
html body #list-results-header {padding: 0 2px; font-weight: bold; text-transform: uppercase;}
html body #list-container { overflow: visible; position: relative }
html body #container {width: auto;}
html body #main {padding: 0 !important; border: none !important;}
html body #page-content {width: auto !important;}

// MAP VIEW 
.map-button {display:none !important;}
html body #map-view {height: 600px;}

// Promote Page
#promote #promote-options {display: none !important;}
#modified-top-links {display: none !important;}

.research-table {font-size: 0.9em; width: 92%;}

.col-xs-6, .col-sm-6 {float: left; width: 49%;}




