.only-print{
	display:block;
}
.no-print{
	display:none;
}

.topbar-container,
.title-bar-container,
.crumbs,
.btns-info-action-container,
#quick-nav,
.chat-main-container,
.need-support-container,
.footer,
.btns-info-action,
.show-docs-container,
.show-docs-title,
.show-imgs-container,
.show-imgs-title,
#map,
.btns-fast-actions,
.fa-caret-down,
.page-title,
.table-responsive td .action-container,
.list-new-actions{
	display:none;
}
.print-chat .chat-main-container{
	display:block;
}
.print-chat .chat-new-message-container{
	display:none;
}
a{
	text-decoration:none !important;
	color:#000 !important;
	font-weight:normal !important;
}

h1{
	color:#000;
	font-size:40px;
}
h1 span{
	display:block;
	font-size:24px;
}
.show-container-part-content{
	border:none;
	color:#000;
	padding:0 0 15px 0;
	background-color:transparent;
}
.show-title{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:24px;
	border:none;
	border-radius:0;
	background-color:transparent;
}
.show-title i:first-child{
	width:35px;
}
.show-sub-title span{
	margin:0 0 -2px 10px;
	color:#000;
	border:solid 2px #eee;
	font-weight:bold;
}

.table-responsive{
	border-radius:0;
	color:#000;
}
.table-responsive th{
	color:#000;
}
.table-responsive td:last-child{
	position:relative !important;
	right:auto !important;
}
