/* Typography CSS for QuranicPath - Underage Marriage
marriage */


.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;
		}

.quote_box 
	  {	
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px;
		border: 5px solid rgb(201, 245, 213);
		border-radius: 14px;
		background: rgb(225, 255, 225);
		padding-top: 8px;
		padding-bottom: 6px;
	  }	
		
.quote {
				text-align: center;
				font-family: tahoma;
				font-size: 14px;
				color: rgb(72, 72, 72);
				margin-left: 40px;
				margin-right: 40px;
				margin-top: 15px;
				line-height: 1.6em;
		}