#content-frame a:visited {
	 color: #621f95;
}
 .table {
	 width: 100%;
	 max-width: 100%;
	 margin: 30px 0px 30px 0px;
}
 div.example_div p {
	 margin-bottom: 4px;
}
/* modal customizations */
 @media (min-width:768px){
	 .modal-dialog{
		 width:65%;
		 margin:30px auto 
	}
	 .modal-content{
		 -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
		 box-shadow:0 5px 15px rgba(0,0,0,.5) 
	}
	 .modal-sm{
		 width:300px 
	}
}
/* accordion customizations */
 #content .panel {
	 border-style: none;
}
/* #content .panel-title-collapsed {
	 margin-bottom: 0px;
	 margin-top: 0px;
	 height: 50px;
}
 #content .panel-title-expanded {
	 margin-bottom: 0px;
	 margin-top: 0px;
	 height: 50px;
}
 */
 #content a.accordion-toggle {
	 height: 50px;
}
 #content .panel-heading {
	 padding: 0px;
	 border-bottom-style: none;
}
 #content .panel-title-collapsed > a {
	 color: #606169;
	 text-decoration: none;
}
 #content .panel-title-expanded > a {
	 color: #F4F5F7;
	 text-decoration: none;
}
/* Bootstrap tab style overrides;
 added 11/27/18 by IXH */
 .nav-tabs > li > a {
	 background-color: #F4F5F7;
	 border-color: #CCCCCC;
	 color:#14202f;
	 text-decoration: none;
}
 .nav-tabs {
	 border-bottom-width: 3px;
	 border-bottom-color: #CCCCCC;
}
 .nav-tabs > li > a:hover{
	 background-color: #666666;
	 color:white;
	 border-color: #CCCCCC;
	 text-decoration: none;
}
 .nav-tabs > li.active > a:focus{
	 background-color: #666666;
	 color: white;
	 border: 1px solid #CCCCCC;
	 text-decoration: none;
}
 .nav-tabs > li.active > a {
	 background-color: #666666;
	 border-color: #CCCCCC;
	 color: #FFF;
	 text-decoration: none;
}
 .tab-content {
	 padding-bottom: 10px;
	 border-bottom-color: #CCCCCC;
	 border-bottom-width: 3px;
	 border-bottom-style: solid;
}
 a[data-toggle=modal] {
	 cursor: pointer;
}
 @media screen {
	 a:link, #content > a:link {
		 color: #005DA2;
		 border: 1px dashed transparent;
		 text-decoration: underline;
	}
	 a:visited, #content > a:visited {
		 color: #621f95;
	}
	 a:hover, #content > a:hover {
		 color:#005DA2;
		 border: dashed;
		 border-width: 1px;
		 text-decoration: none;
	}
	 .maphilighted {
		 opacity: 0;
	}
}
