/*
수동동기화
 - 관리자 /resources/ckeditor/ckeditor_champ.css
 - 사용자 /css/ckeditor_champ.css
*/

em{	font-style: italic;}

.ck-table {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  table-layout: fixed;
  border: 1px solid #a8a8a8;
  border-collapse:collapse;
}
.ck-table th {
  background: #eae7e7;
  font-weight: bold;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
  line-height:25px;
  padding: 5px;
  font-size: 13px;
}
.ck-table td {
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
  line-height:25px;
  padding: 3px;
  font-size: 12px;
}

