/*************************************************/
/********** MODIFICATIONS BY PRECEDENCE **********/
/*************************************************/

.mceContentBody {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	height: auto !important;
}

.image-frame {

}

.table-style {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-style td {
  color: #ffffff;
	background-color: #374c1c;
	padding: 10px 15px;
  border: 1px solid #516e23;
}

.stop-wrap {
  clear: both;
}

.testimonials-name {
  font-weight: bold;
  font-style: italic;
}

/*********************/
/*** Image Margins ***/
/*********************/

img[style*="float"][style*="left"], 
img[style*="left"], 
iframe[style*="float"][style*="left"], 
iframe[style*="left"] {
	margin: 0px 15px 5px 0px;
}

img[style*="float"][style*="right"],
img[style*="right"], 
iframe[style*="float"][style*="right"],
iframe[style*="right"] {
	margin: 0px 0px 5px 15px;
}