.quote-mm { 
	font-family: 'Playfair Display', serif;
	font-size: 36px !important;
        font-style:italic;
	font-weight: 100;
        line-height: 120%;
	color: #999999;
}

.speaker-mm { 
	font-size: 14px !important;
	font-weight: 250;
        line-height: 120%;
	color: #333333;
}

/* petite */

.quote-petite-mm { 
	font-family: 'Playfair Display', serif;
	font-size: 22px !important;
        font-style:italic;
	font-weight: 100;
        line-height: 120%;
	color: #999999;
}

.speaker-petite-mm { 
	font-size: 14px !important;
	font-weight: 250;
        line-height: 120%;
	color: #333333;
}

/* horizontal rule */

hr.hr-mm { 
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: dotted 1px;color:#cfcfcf;
}