/* Disclaimer: Many Parts of this CSS document Override Bootstrap Elements*/

#aboutModal p { margin-top:1px; margin-bottom:1px } 
#aboutModal ul { margin-top:1px; margin-bottom:1px } 
#aboutModal li { margin-top:1px; margin-bottom:1px } 

/*BODY*/
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 55px;
	width: 100%;
	padding: 0 0px 0 0px;
	font-family: Arial, sans-serif !important;
	background: #eeeeef;
}

hr {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0; 
}

/*MAIN CONTENT*/
#mainContent {
	width: 100%;
}

#mainContent .tab-content{
	position: relative;
}

.lhc-hf-footer.lhc-hf-nos {
    font-size: 1.3rem !important;
}

.bottom-links-container {
	margin: 50px 0;
}

.bottom-links-container .link-group {
	margin-bottom: 10px;
}

/*MODAL*/
/*
Change modal position
*/
#myPleaseWait {
	top: 40% !important;
}

@media screen and (max-width: 768px) {
	.modal-dialog {
		position: absolute;
		left: 5% !important;
		margin-left: 0px !important;
		width: 90%;
		height: 100% !important;
		padding: 0;
		margin: 0;
	}
	.modal-body {
		height: 100%;
		border-radius: 0;
	}
}

.modal-body {
	max-height: 312px;
	overflow: auto;
}

.modalItem {
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #428bca;
	border: 1px solid #EEE;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
}

.modalItem:hover {
	cursor: pointer;
	color: orange;
}

/*NAVBAR*/

.navbar {
	background: #2A6496 !important;
}
.navbar-nav>li>a {
	color: #fff !important;
}

.navbar-nav>li>a {
	color: #fff !important;
}
.navbar-nav>li>a:hover {
	color: #aaa !important;
}

.tab1,.tab2,.tab3{
	margin:0px;
}

#NlmBrandHeader{
	padding-left:0px;
	padding-right:0px;
}

#rxnavLogo {
	width: 55px;
	height: 20px;
	margin-right:20px;
}

#rxlogo {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 7%;
	background: url("../img/rxnav/rxnavlogo_v62.png") no-repeat center;
	background-size: contain;
	margin: 0px 10px 0px 10px;
	/*
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.rxlogosmall {
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	bottom: 0%;
	background: url("../img/rxnav/rxnavlogo_v6.png") no-repeat center;
	background-size: contain;
	background-position: 50px 0px;
	/*
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); */
}

#smallLogoArea{	
	height:70px;
}
.smallLogoArea1{
	height: 65px;
}
#missionstatement{
	display: none;
	height:20px;
	color:#FCAF17;
	font-family:Arial Narrow!important;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}
#helpqa{
	vertical-align: center;
	padding: 10px 0px 0px 0px;
}
/*SEARCH PANEL*/
#searchPanel {
	padding-top: 10px;
	height: 80px;
	width: 100%;
	background: #eee;
	text-align: center;
	vertical-align: center;
}

#searchForm {
	background-color: #337BB7;
	padding: 15px 0px 15px 0px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	width: 588px;
}

#searchByArea, #searchTermArea {
	padding: 0px !important;
}

#searchById {
	width: 162px;
	display:inline;
}

#searchTerm {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: text;
	width: 300px;
	padding-right: 20px;
	display:inline;
}

#submit.btn {
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	width: 50px;
}

#submit.btn:focus, #searchById:focus, #searchTerm:focus {
	border: solid 2px black;
}

#infoBtn{
	margin-left:2px;
	margin-right:-2px;	
	background: none;
	padding: 5px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #fff;
}

#history{
	margin-left:2px;	
	background: none;
	padding: 5px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #fff;
}

#clearSearch {
	margin-left: -30px;
	margin-right: 5px;
	width: 10px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	z-index: 999;
	background: none;
	opacity: 0.5;
	filter: alpha(opacity = 50); /* For IE8 and earlier */
}
#copyButton {
	background: none;
	padding: 2px;
	opacity: 0.8;
	filter: alpha(opacity = 80); /* For IE8 and earlier */
	display:none;
	margin-right: 5px;
	margin-bottom: 5px;
}

.popover-content {
	width: 276px;
}

.tinyRxcui {
	color: #aaa;
}

.countAttrClassic {
	color: #fff;
	font-weight: bold;
}

.countAttrSimple {
	color: #2a6fac; /* 97BEDE */
	font-weight: bold;
}

.date {
	font-weight: bold;
}

.noresult{
	margin-left:30px;	
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1005 !important;
}

.hightlightSuggestion {
	font-weight: bold;
}

/* property for #mainSearch & #searchById*/
.form-control:hover {
	background-color: #F2F2F2;
	cursor: pointer;
}

/*TITLE*/
#titleHolder {
	background: #eee;
	text-align: center;
	font-size: 24px;
	overflow: hidden;
	height: 2em;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	display: flex;
	justify-content: center;
}

#titleDecoration {
	text-overflow: ellipsis; /* from above*/
	overflow: hidden;
	white-space: nowrap;
}

.titleClass {
	height: 44px;
	color: #337AB7;
	font-weight: bold;
}

.rxcuiClass {
	color: #6b6b6b;
	/* width: 50px; */
	/* min-width: 200px; */
	text-align: left;
}

/*DISCLAIMNER*/
.disclaimer {
	background-color: wheat;
	border: 1px solid #333;
}

#rxnavhome {
	margin-top:-1px;
}

/*TABS*/
.currentTabColor {
	/* background: #97BEDE !important; */
	color: #337ab7 !important;
	border-bottom: 2px solid #337AB7 !important;
}

.currentTabColor label {
	font-weight: bold !important;
}

.nav-tabs {
	border-bottom: 0px !important;
}

#tabList>li>a {
	padding: 7px 8px !important;
	background: #fff;
}

#graphTabCtrl {
	color: #337AB7;
	/* font-weight: bold;	 */
}

#tabHolder {
	background: #eee;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

/*SIDE MENUS*/
#hvpFilter>label {
	display: block;
}

.sideMenu {
	border-right: 1px solid #ccc;
	padding-left:5px!important;
	padding-right:5px !important;
}

.sideMenu>ul>li>a {
	cursor: pointer;
}

#propViewList>li>a { /*parallel*/
	cursor: pointer;
}
#conceptPropViewList>li>a {
	cursor: pointer;
}

.listTitle {
	background: #337ab7;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.legendtitle {
    font-size: 16px;
    font-weight:700;
    color: #337AB7;
    background:#fff;
    margin: -14px 0px 0px 0px;
    text-align: center;
  	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width:60px;
}
#legendarea{
	border:3px double #97BEDE;
	padding-left:2px;
}

.listpadding {
	padding-left: 15px;
}

/*RXNORM GRAPH*/
.mainBox{
	padding-right:5px!important;
	padding-left:5px!important;
}
.classicViewTable, .simpleViewTable{
	box-shadow: 2px 2px 2px 2px #aaa;
	background: #F9F9F9;
}

.classicViewTable {
	margin-bottom: 10px;
}

#simpleView,#tableView, #expandall, #dfTable, #scdfTable,
	#sbdfTable,#historicalNdcWindow {
	display: none;
}

.simpleViewTable,.otherViewTable{
	overflow-y: auto;
	padding-left:5px;
	padding-right:5px;
}
.interViewTable{
	overflow-y: auto;
	padding-left:5px;
	padding-right:5px;
}

.tableTitle {
	background: #428bca; /*#337AB7;*/
	height: 30px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	box-shadow: 2px 2px 2px 2px #aaa;
}

.tableTty {
	position: absolute;
	top:0;
	background-color: #1b5193; /*#3a6496;*/
	color: #f2be54; /*#FCAF17;*/
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	height: 30px;
	width: 90px;
	border-top-left-radius: 2px;
}

.tableTitleContent {
	margin-left:70px;
	text-align:center;
	font-size: 16px;
	padding: 3px;
	color: #fff;
	border-top-right-radius: 2px;
}

#extraSCD>.tableTty,#extraSCD>.tableTitleContent, #extraSBD>.tableTty,#extraSBD>.tableTitleContent{
	font-style:italic;
}

#extraSCD>.tableTty, #extraSBD>.tableTty{
	top:30px;
}

#logoCol {
	box-shadow: 0px 0px 0px !important;
	background-color: #fff !important;
}

#logoWell {
	box-shadow: 0px 0px 0px !important;
	background-color: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-image: none !important;
}

#expandall, #legendBtn, #downloadall,#downloadproperties,#downloadcurrentndc,#downloadhistoricalndc,#downloadrxterms,
#downloadinteraction {
	padding: 1px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:12px;
}
#downloadhistoricalndc{
	display:none;
}

#drugLabelId, #medlineplusId {
	cursor: pointer;
}

.showPropBtn {
	padding: 0px 2px 0px 2px !important;
	background: #94EECA;
	border-radius: 4px !important;
	margin-left: 10px;
}

.simpleRowClass {
	display: inline;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 2px 2px 4px !important;
}

.mainLink {
	list-style: none;
	padding-left: 0px;
}

.mainLink>li {
	font-weight: normal !important;
	font-style:italic;
	padding: 0px !important;
	text-indent: -100px;
	padding-left: 120px !important;
}

.plusMinus {
	cursor: pointer;
}
/*Avoid horizontal scroll*/
.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.tableEntry {
	height: 100%;
	overflow: scroll;
	width: 100%;
}

.table, .table-striped, .tablesorter {
	border-radius: 3px !important;
	box-shadow: 2px 2px 2px #aaa !important;
}
.mainLink>li:nth-of-type(2n+1)
	{
	background-color: #ebf3f9;
}
.table-striped>tbody>tr:nth-of-type(2n+1)
	{
	background-color: #ebf3f9 !important;
}

.mainLink>li:nth-of-type(2n+2)
{
	background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(2n+2)
	{
	background-color: #fff !important;
}

.table>tbody>tr>td {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 2px 2px 2px 4px !important;
}

.table-striped>tbody>tr>td:hover, .mainLink>li:hover, .simpleRowClass:hover
	{
	cursor: pointer;
	background: #DCFCEF !important;
}

table.nonsortable-bluethemed-table>thead>tr>th {
	background-color: #428bca;
	color: #eee;
	border: #cdcdcd 1px solid;
    border-width: 0 1px 1px 0;
	padding: 4px;
}
#termTableId>tbody>tr>td:hover, #ndcRightTableId>tbody>tr>td:hover,
	#ndcTableId>tbody>tr>td:hover,
	#propTableId>tbody>tr>td:hover,
	#dfgTable>.tableEntry>.table-striped>tbody>tr>td:hover, #dfTable>.tableEntry>.table-striped>tbody>tr>td:hover
	{
	cursor: default !important;
	background: #DCFCEF !important;
}

.classicViewTable>.table-responsive>.table>tbody>tr>td {
	padding: 0px !important;
	text-indent: -96px;
	padding-left: 96px !important;
}

.grayOut {
	display: inline;
	color: #a6a6a6;
}

.hasHVP {
	margin-left: 4px;
}

/*TABLES other than main graph*/

#nuiDropDown, #interDropDown {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 0px;
	display:none;
}

.centerTablesClass>td, .centerTablesClass>th {
	white-space: nowrap;
	width: 1%;
}

.centerTablesClass {
	width: auto !important;
	margin: 0 auto;
}

.rowSelected {
	background-color: #ffecc7 !important; /*#FFE4AE!important;*/
}

.itemSelected {
	background-color: #0D75CB; /*#FFAA00;*/
	color: #fff !important;
}

.itemHide {
	display: none;
}

.ndc9ListLeft {
	padding-left: 0px;
	list-style: none;
}

.ndc9ListLeft>p {
	font-size: 16px;
	font-weight: bold;
}

.subHeader {
	padding: 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}

#ingredMenu {
	width: 600px;
	margin: 0 auto;
}

/*SVG*/
#legendLabel {
	border-top: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
}

.svg-container {
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

#classGraphLegend {
	height: 50px;
}

#classGraph {
	height: 900px;
}

/*Id links*/
a.idLink {
	color: #1b5193;
}

.hide-offscreen {
	left: -9999px;
	position: absolute;
	width: 100px;
}

/*FOOTER*/
footer {
	text-align: center;
	width: 100%;
	height: 55px;
	background-color: #eee;
}

/*******SIDE NAV**********/
/* The side navigation menu */
.sidenav {
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Stay on top */
    top: 220px;
    left: 0px;
    bottom:0px;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display:none;
}
   
/* The navigation menu links */
.closeSideNav {
    width: 20px;    
    position: absolute;
    top: 0;
    right: 0;
    background-color: orange;/*background: #97BEDE;*/
    height: 100%;
    z-index: 1002;    
}

#openSidePanel{	
	cursor: pointer; 
	width: 20px; 
	z-index: 1000; 
	background-color: orange;/*background: #97BEDE;*/
	display: none;
	position: absolute;
	top: 0px;
	bottom: 11px;
}
.closeSideNav>i, #openSidePanel>i{
	cursor: pointer; 
	position: absolute;
    top: 50px;
    transform: translateY(-50%);
    color:#fff;
}

/* CUSTOM RADIO & CHECKBOXES
   http://stackoverflow.com/a/17541916/383904 */
.checkbox label, .radio label{
	padding-left:0px!important;
}
.rad,
.ckb{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.rad > input,
.ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.rad > i,
.ckb > i{     /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width:  16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
  background: gray;
  margin-right:5px;
  margin-top:-2px;
}
/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 25px;
  border-radius: 3px;
}
.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: orange;
}
/* CHECKBOX */
.ckb > input + i:after{
  content: "";
  display: block;
  height: 12px;
  width:  12px;
  margin: 2px;
  border-radius: inherit;
  transition: inherit;
  background: gray;
}
.ckb > input:checked + i:after{ /* (RADIO CHECKED) <i> STYLE */
  margin-left: 11px;
  background:  orange;
}

.legendimg{
	margin-top:-2px;
	margin-right:5px;
}

.top-links-container {
	display: block;
	background-color: #eee;
	text-align: center;
	padding-top: 10px;
}	

.top-links-container a {
	color: #316fa5;
}

#historicalNdcTableId th {
	background-color: #337ab7;
	color: #fff;
}

#simpleView .grayOut {
	color: #3d3d3d;
}

.expand-colapse-link {
	position: absolute;
	right: 15px;
	margin-top: 6px;
	color: #fff;
	display: block;
}

.expand-colapse-link:focus, 
.expand-colapse-link:hover {
	color: #fff;
}

.table-title-wrapper {
	display: flex;
}

.table-title-content-wrapper {
	width: 85%;
}
/****END*******/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Very large*/
@media only screen and ( min-width : 992px) {
	.tab2,.tab3 {
		display: none;
	}

	.expand-colapse-link {
		display: none;
	}
	
	.table-title-wrapper {
		display: block;
	}
	
	.table-title-content-wrapper {
		width: unset;
	}
}

/*==========  Non-Mobile First Method  ==========*/
/* Very large*/
@media only screen and ( max-width : 1600px) {
	.hideLabel {
		display: none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.hideTitle,.cy-panzoom{
		display: none;
	}	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.hideTitle{
		display: inline-block;
	}	
	
	#openSidePanel,.sidenav{
		display: inline-block;
	}
	.tab1,.tab3,#smallLogoArea,#helpqa{
		display:none;
	}
	.tab2{
		display:inline;
	}
	#logoCol {
		display: none;
	}	
	.sideMenu {
		display:none;
	}
	#sideMenuClone>.sideMenu{
		margin-left:0px;
		margin-right:20px;	
		text-align: center;
		border: none;
		display:block;
	}
	#hvpFilter>label {
		display: inline;
	}
	#interContentWindow, #ndcWindow, #termContentWindow, #ndfContentWindow,
		#prop {
		position: relative;
		overflow: auto;
		top: 0px;
	}	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.tab1,.tab2{
		display:none;
	}
	.tab3{
		display: inline;
	}

	.currentTabColor .tab2 {
		display: inline;
	}

	.currentTabColor .tab3 {
		display: none;
	}

	/*
	#hvpFilter>label {
		display: block;
	}
	#hvpFilter {
		text-align: left;
		margin-left: 40%;
	}
	.listTitle {
		margin-top: 20px;
	}
	*/
	#NavHeader{
		position: absolute;
		display: inline-flex;
		left: 10px;
	}
	
	#searchForm{
		padding:10px 0px 0px 0px;
	}
	
	#searchTerm {
		width:308px;
		margin:0px;
	}
	#searchById {
		width:160px;
	}
	
	#submit.btn{
		padding-left:10px;
		margin:0px;
	}
	#clearSearch{
		margin-right: 15px;
	}
	
	#infoBtn{
		margin:0px;
		padding:0px;
	}
	#history{
		margin:0px;
	}
	#titleDecoration {
		white-space: break-spaces;
		line-height: 1.0em;
		text-align: left;
		height: 2em;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#copyButton {
		margin-bottom: 15px;
	}
	.rxcuiClass {
		white-space: break-spaces;
		line-height: 1.0em;
	}
}

/* Small Devices, Phones */
@media only screen and (max-width : 600px) {
	#searchForm{
		padding:15px 0px 0px 0px;
		width:400px;
	}
	#searchById {
		width:95px;
	}
	#searchTerm {
		width:197px;
	}
	#submit.btn{
		width:35px;
		padding-left:10px;
	}
	#infoBtn{
		margin:0px;
	}
	div#titleHolder {
		font-size: 18px !important;
	}
	#titleDecoration {
		white-space: break-spaces;
		line-height: 1.1em;
		text-align: left;
		height: 2.3em;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#copyButton {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.rxcuiClass {
		white-space: break-spaces;
		line-height: 1.1em;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.mainTabContent {
		padding-right: 5px !important;
	}

	/*
	.listTitle {
		margin-top: 80px;
	}
	*/
	#searchForm{
		padding:15px 0px 0px 0px;
		width:300px;
	}
	#searchById {
		width:75px;
	}
	#searchTerm {
		width:147px;
		margin:0px;
	}
	#clearSearch{
		margin-right: 10px;
	}
	#submit.btn{
		width:25px;
		padding-left:5px;
		margin:0px;
	}
	#infoBtn{
		margin:0px;
		padding:0px;
	}
	#history{
		margin:0px;
	}
	div#titleHolder {
		font-size: 18px !important;
	}
	#titleDecoration {
		white-space: break-spaces;
		line-height: 1.1em;
		text-align: left;
		height: 2.3em;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#copyButton {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.rxcuiClass {
		white-space: break-spaces;
		line-height: 1.1em;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    #NavHeader{
		display:none;
	}
}

#nlm-footer {text-align:center; display:block}
#nlm-footer div.footer-section {margin-top:1em}

/* Padding in RxNav-in-a-Box footer prevents overlap with the side-menu affordance */
footer .riab-footer-text-block {
    background-color:#eee;
    padding-left: 2em;
}

@media only screen and (max-width : 768px) {
	#classTabTip {
		display:none;
	}
	#intrTabTip {
		display:none;
	}
}

#conceptRightSide[data-conceptStatus='Active'] {
}
#conceptRightSide[data-conceptStatus='NotCurrent'] {
	box-shadow: inset 0px 50px 100px -55px #ffbe2e; 
}
#conceptRightSide[data-conceptStatus='Obsolete'] {
	box-shadow: inset 0px 50px 100px -55px yellow;
}


@media only screen and ( width < 993px) {
	#conceptBossWide {display:none}
	#conceptBossNarrow {display:block}
}
@media only screen and ( width >= 993px) {
	#conceptBossWide {display:block}
	#conceptBossNarrow {display:none}
}
