/* Typography CSS for QuranicPath article - grave_punishment */

.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;
	}
	
.verse
	{			
				margin-top: 20px; 
				font-weight: bold; 
				text-align: justify; 
				line-height: 1.5em; 
				font-size: 14px; 
				margin-right: 10px; 
				margin-left: 10px;
	}
	
	.para
		{
			text-align: justify; 
			margin-top: 20px; 
			font-size: 14px; 
			line-height: 1.5em; 
			color: #646464; 
			margin-right: 10px; 
			margin-left: 10px;
		}
		
.quote_box2 
	  {	
		margin-left: 40px;
		margin-right: 40px;
		margin-top: 30px;
		margin-bottom: 20px;
/* 		border: 2px solid rgb(201, 245, 213);
 */		border-radius: 8px;
		background: rgb(225, 255, 225);
		padding-top: 10px;
		padding-bottom: 6px;
	  }
	
.quote2 {
				text-align: center;
				font-family: tahoma;
				font-size: 14px;
				color: rgb(65, 65, 65);
				margin-left: 25px;
				margin-right: 25px;
				margin-top: 5px;
				line-height: 1.5em;
		}

		
/* End of Typography CSS for QuranicPath - grave_punishment */
