.user_content p,
.user_content .paragraph {
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

.user_content ul,
.user_content ol {
  line-height: 1.2 !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.user_content li {
  line-height: 1.2 !important;
  margin-bottom: 0.6em !important;
}

.user_content br {
  display: block;
  margin-bottom: 1em;
}

.user_content h1,
.user_content h2,
.user_content h3 {
  margin-top: 1.1em !important;
  margin-bottom: 0.6em !important;
  line-height: 1.2 !important;
}

.user_content table,
.user_content th,
.user_content td {
  border: none !important;   /* removes visible borders */
}

.user_content table {
  border-collapse: separate !important;
  border-spacing: 0.3em !important; /* space between cells */
}

.user_content th,
.user_content td {
  padding: 0.3em 1em !important;
  line-height: 1 !important;
  vertical-align: top;
}