
img.tinymce { width:500px; }
.left-image, .leftImage { float:left; padding:7px 10px 7px 0; width:340px !important; height:auto !important; }
.right-image, .rightImage { float:right; padding:7px 0 10px 7px; width:340px !important; height:auto !important; }

.table { display:table; }
.row { display:table-row; }
.column {  display:table-cell; }

.shadow { -moz-box-shadow: 0 0 3px 3px #222; -webkit-box-shadow: 0 0 3px 3px #222; box-shadow: 0 0 3px 3px #222; }

.pretty-table { margin:10px; border-collapse: collapse; border:3px solid #333; width:450px;  }
.pretty-table td { border:1px solid #AAA;  padding:4px; }