
/* Quote styling options*/

.mod_tquote_quote p {
	font-size: 3em;
	font-weight:bold ;
    font-size:40px;
   line-height:50px;
    padding:0px;
    position:relative;
    color:green;
    font-family:"Tangerine",serif  ;   
}
/*-----------------------------------------------------------------------------------------
 The styling options of the quote marks before the quote if auto quote selected */

.mod_tquote_quote p :before {
	padding:25px;
	color: green;
	content: open-quote;
	font-size:3em;								/* size of closing quote */
	font-weight: ;
	vertical-align: middle;
}

/*-----------------------------------------------------------------------------------------
 The styling options of the quote marks after the quote if auto quote selected */
 
.mod_tquote_quote p :after{
	padding:25px;
	color: green;
	content: close-quote;
	font-size: 3em;			/* size of closing quote */
	font-weight: ;
	vertical-align:middle;
}

/*-----------------------------------------------------------------------------------------
 The styling options of the author  */
 
.mod_tquote_author p {			/* author styles   */
 	font-family:'Tangerine',serif ;  
 	font-size: 2em;
 	color:green ;
 	 background:;
 	font-weight:bold ;
 	text-align: right;
	font-style: italic;
	background:	;
}

 
 
 