/* Typography CSS for QuranicPath article - book_and_wisdom */

.quote_box 
	  {	
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px;
		border-radius: 8px;
		border: 4px solid rgb(201, 245, 213);
		background: rgb(225, 255, 225);
		padding-top: 10px;
		padding-bottom: 10px;
	  }	
	  
.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;
		}

.quote_verse
	{			
		`		margin-top: 24px; 
				color: rgb(60, 60, 60);
				font-weight: bold; 
				text-align: justify; 
				line-height: 1.5em; 
				font-size: 14px; 
				margin-right: 25px; 
				margin-left: 25px;
	}
	
.para
		{
			text-align: justify; 
			margin-top: 20px; 
			font-size: 14px; 
			line-height: 1.5em; 
			color: #646464; 
			margin-right: 13px; 
			margin-left: 13px;
		}
		
.verse
		{
			font-weight: bold;
			text-align: justify; 
			margin-top: 20px; 
			font-size: 14px; 
			line-height: 1.5em; 
			color: #646464; 
			margin-right: 13px; 
			margin-left: 13px;
		}	
		
.subheading
		{
			text-align: justify; 
			margin-top: 25px; 
			font-size: 16px; 
			font-weight: bold; 
			text-decoration: underline; 
			line-height: 1.5em; 
			color: #646464; 
			margin-right: 13px; 
			margin-left: 13px;
		}
/* Typography CSS for QuranicPath article - book_and_wisdom */
