  
blockquote p {
	font-size: 16px;
	line-height: 1.5;
	font-weight:bold;
}

article blockquote { 
    margin: 0.25em 0;
    position: relative;
    color: #292f36;
    background: #f1f2f3;
    text-align: center;
    padding: 20px 40px;
	
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  
	
  border-right: 15px solid #0166d2;
  border-left: 2px solid #0166d2;
} 

article blockquote::before {
   
   content: "\201D";  
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #0166d2; 
  
  position: absolute;
  right: 10px;
  top:15px;
}

article blockquote::after {
   
    content: "\201C";  
    font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #0166d2; 
  
  position: absolute;
  left: 10px;
  bottom:10px;
}
 
 p.ez-toc-title {
	 font-weight:bold;
 }
#ez-toc-container
{
	 
	background: #f7f8f9;
    border: 1px solid #575760;  
	display:grid;
	
 }
 
 p.ez-toc-title {
    font-weight: 700;
}

ul.ez-toc-list
{
	 padding-inline-start: 20px;
}
ul.ez-toc-list li
{
	 padding: 0.3em 0;
}
 
 
 
Article  table td{ border: 1px solid black !important;  }
Article table tr:nth-child(even) {background: #EFEFEF}
Article table tr:nth-child(odd) {background: #FFF}
Article table tr:nth-child(1) {background: #ADF; font-weight:bold}
 
 
   .noteBlock  p {
	font-size: 16px;
	line-height: 1.5;
	font-weight:bold;
}

  .noteBlock { 
  margin: 0.25em 0;
  position: relative; 
  background: #f0f0f0; 
  padding: 10px 20px;
	/*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  
	/*Borders - (Optional)*/
  border-right: 15px solid #0166d2;
  border-left: 2px solid #0166d2;
} 

  .noteBlock::before { 
    
    font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #0166d2; 
  /*Positioning*/
  position: absolute;
  right: 10px;
  top:15px;
}

.noteBlock::after {
    
    font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #0166d2; 
  /*Positioning*/
  position: absolute;
  left: 10px;
  bottom:10px;
}



.references {
	 margin: 0.25em 0;
	position: relative; 
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc; 
   background: #f7f8f9;
   border: 1px solid #0166d2; 
   font-size: 80%;
}
.references p { 
	font-weight:bold;
    margin: 0 10px 0 10px;  
}
 
 a{
	 text-decoration: underline !important;
 }
 
 