/* FIX TABEL CKEDITOR ARTICLE */
.article-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 20px 0 !important;
  border: 2px solid #ddd !important;
}

.article-content table th,
.article-content table td {
  border: 1px solid #ddd !important;
  padding: 12px !important;
  text-align: left !important;
  vertical-align: top !important;
}

.article-content table th {
  background: #b6895b !important;
  color: white !important;
  font-weight: bold !important;
}

.article-content table tr:nth-child(even) {
  background: #f9f9f9 !important;
}

.article-content table tr:hover {
  background: #f5f5f5 !important;
}

/* Override margin-top aggressive rule */
.article-content table,
.article-content table th,
.article-content table td,
.article-content table tr {
  margin-top: auto !important;
}
