/* Typography CSS for QuranicPath article - unity */

.quote_box 
	  {	
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px;
		border: 4px solid rgb(201, 245, 213);
		border-radius: 8px;
		background: rgb(225, 255, 225);
		padding-top: 10px;
		padding-bottom: 10px;
	  }	
	  
.quote_verse
	{			
				margin-right: 25px; 
				margin-left: 25px;
				color: rgb(60, 60, 60);
				font-weight: bold; 
				text-align: justify;
				font-family: tahoma;
				line-height: 1.5em; 
				font-size: 14px; 
	}

.quote1 {
				text-align: justify;
				font-family: tahoma;
				font-size: 14px;
				color: rgb(65, 65, 65);
				margin-left: 25px;
				margin-right: 25px;
				margin-top: 15px;
				line-height: 1.5em;
		}
.note
	  {	
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 18px;
		margin-bottom: 26px;
		border: 4px solid rgb(240, 240, 240);
		border-radius: 8px;
		background: rgb(245, 245, 245);
		padding-top: 2px;
		padding-bottom: 4px
	  }	
	  
.note_quote 
		{
				text-align: justify;
				font-family: tahoma;
				font-size: 14px;
				color: rgb(65, 65, 65);
				margin-left: 20px;
				margin-right: 20px;
				line-height: 1.5em;
				margin-top: 10px;
				margin-bottom: 8px;
		}



.verse
	{			
				margin-top: 20px; 
				font-weight: bold; 
				text-align: center; 
				line-height: 1.5em; 
				font-size: 14px; 
				margin-right: 25px; 
				margin-left: 25px;
	}
				
/* End of Typography CSS for QuranicPath - unity */
