﻿.ck-content hr {
    height: 1px;
}

/*解決 table 會多一條底線問題 */
.ck-content .table > :not(caption) > * > * {
    border-bottom-width: inherit;
}

/*解決表格上下間距過多*/
.ck-content .table {
    margin: auto;
}

/*解決 tabs 頁籤會有 dot 問題*/
.ck-content .nav.nav-tabs {
    list-style-type: none;
}