div.cmsPage {
}
div.cmsTile {
  clear: both;
  margin-top: .5em;
  margin-bottom: 2em;
}
div.cmsTileParm {
  position: relative;
  min-height: 16px;
}
div.cmsParmEditBtn {
  position: absolute; 
  left: -3px;
  top: -3px;
  padding: 3px 1px;
  background: white;
  z-index: 105;
}
div.cmsHtwi {
  position: relative;
  min-height: 200px; 
}
div.cmsHtwiImage {
  text-align: center;
}
div.cmsHtwiText {
  text-align: justify;
}
div.cmsHtwiText div.cmsParmEditBtn {
  position: static; 
  float: left;
  padding: 0 1px 0 0;
  margin-top: -3px;
}
