/* Image styles in CKEditor, don't really seem tobe having any effect ! */
.image-style-image-left-medium,
.imgLeftMed {
  float: left;
  width: 55%;
  height: auto;
  margin-top: 4px;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-left: 0;
}
.image-style-image-right-medium {
  float: right;
  width: 55%;
  height: auto;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 2em;
}
