.editor * {
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-size: 12px;
  word-wrap: break-word;
}

.editor,
.editor p,
.editor div,
.editor a,
.editor li,
.editor td,
.editor th {
  word-wrap: break-word;
  white-space: normal;
  font-size: 12px;
}

.editor,
.editor p,
.editor li {
  line-height: 23px;
}

.editor img {
  border: none;
}

.editor a,
.editor a:link,
.editor a:active,
.editor a:visited {
  color: #000000;
}

.editor a:hover {
  color: #000000;
}

.editor ul,
.editor ol {
  margin-left: 25px;
}

.editor table.border_class,
.editor table.border_class td,
.editor table.border_class th {
  border-collapse: collapse;
  border: solid #cccccc 1px;
}

.editor td,
.editor th {
  padding: 3px;
}

hr {
  border: none;
  height: 1px;
  background-color: #cccccc;
  color: #cccccc;
}

.editor table.table-center {
  margin: 0 auto;
}

.editor .underline,
.editor .underline * {
  text-decoration: underline;
}

.ipdt td {
  padding: 3px 8px;
}

.pplink a {
  color: blue !important;
  text-decoration: underline !important;
  background-image: url(img/pplink.png) !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  padding-right: 13px !important;
}
