/*fix image issues*/


/*make active item in the right table of contents stand out*/
li.toc-list-item {
	border-left: 3px solid transparent  !important;
	padding: 3px 3px 3px 8px !important;
}

li.toc-list-item.is-active-li {
	background: #f6f8fc !important;
	border-left-color: #004980 !important;
}

a.toc-list-item.is-active-li {
	color: black !important;	
}

/*make the item in the left table of contents stand out*/
li.vp-tree-item--active > div.vp-tree-item__header{
	background: #f6f8fc !important;
}

/*remove the bottom footer text from Atlassian*/
.footer span.no-print{
	display: none !important;
}

/*left align all embedded images and keep inline ones within bullet points*/
@media screen and (min-width: 1200px) {
	figure.eccentexForceLeft {
		margin: 0 0 2rem !important;
	}
	
	
	figure.eccentexForceInline, span.eccentexForceInline, span:has(.eccentexForceInline) {
		display: inline !important;
	}
	
	.eccentexForceInline img{
		margin-left:5px;
      	width: auto !important;
	}
  
  	.eccentexForceInline a {
   		display: contents !important;    
  }

}
