	<style>	
		.popover-title {
		  font-size: 10px;
		  font-weight: bold;
		  background-color:blue;
		  color:whitesmoke;
		}
		.popover-content {
		  font-size: 10px;
		  
		}
		
		.btn{
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			outline: none;
			border: 0;
			background: transparent;
		}
		
	#navbar {
		overflow: hidden;
		background-color: #e7e7e7;		
	}

	#navbar a {	 
	  display: block;
	  color: black;
	  text-align: center;
	  margin-left:15%;
	  padding: 14px 2px;
	  text-decoration: none;
	  font-size: 16px;	 
	  text-decoration: underline
	}
	
	.stickyHeaderText
	{
	  display: block;
	  color: black;
	  text-align: right;
	  padding: 14px 14px;
	  text-decoration: none;
	  font-size: 16px;
	}
	
	#navbar a:hover {
	  background-color: #ddd;
	  color:#555555	  
	}

	#navbar a.active {
	  background-color: #4CAF50;
	  color: white;
	}

	.content {
	  padding: 16px;
	}

	.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
	  z-index:9999;
	}

	.sticky + .content {
	  padding-top:60px;
	}
	
*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -175px; 
  height: 175px; 
  visibility: hidden; 
}

  table {border-collapse:collapse; table-layout:fixed;}
  table td {width:200px; word-wrap:break-word;}
   
   html, body {	
		font-family:"Intel Clear","Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
		
		}
		
		:target {
		   background-color: #ffa;
		   color:black;
			}

		</style>