/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { 
background-color: 			#F7F7F7;
padding: 					2px 4px 2px 4px;
color:					#000;
}
p.csc-frame-frame2, table.csc-frame-frame2 {
background-color: 			#EDEBF1;
padding: 					2px 4px 2px 4px;
color: 					#FFF;}


p.csc-frame-frame1 {
margin: 0;
}
