/* global custom css goes below this line */
.tmce-float-left {
	float:left;
}
.tmce-float-right {
	float:right;
}
a.tmce-link {
 	text-decoration: underline;
}
.tmce-table td {
	vertical-align: top;
	padding: 8px;
}


