.asset.editor {
  display:inline;
  cursor: default;
  margin: 0px;
  padding: 0px;
  background: none;
  box-shadow: none;
  clear: both;
}

.asset.editor.selected {
  background: none;
  box-shadow: none;
}

.asset.editor.selected:hover {
  background: none;
  box-shadow: none;
}

.asset.editor .content {
  padding:none;
}

.asset.editor.asset-align-left {
  margin: 0 8px 0 0;
  float: left;
}

.asset.editor.asset-align-right {
  margin: 0 0 0 8px;
  float: right;
}