
/* Quote styling options*/


.mod_tquote_quote p {
    font-size: 1.1em;
    /* font-weight: bold; */
    /* font-size: 13px; */
    /* line-height: 20px; */
    padding: 10px;
    position: relative;
    color: #2e6d14;
    background: #ddd;
    font-family: "Arial";
}
/*-----------------------------------------------------------------------------------------
 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:'Arial';  
 	font-size: 1.1em;
    color: #2e6d14;
 	/*font-weight:bold ;*/
 	/*text-align: right;*/
	font-style: italic;
}

 
 
 