@charset "utf-8";
/* 편집하기 전에 <사용자화된 CSS 활성화> 옵션이 켜져 있는지 확인하십시오. 이 줄 아래에 사용자화 스타일 시트 코드를 입력하면 됩니다. */
code {
    line-height: normal;
    background-color: #fafafa;
    border: 1.5px solid #bababa;
    color: green;
    border-radius: 5px;
    font-size: 80%;
    padding: 0.13em;
    margin-right: 0.1em;
}

table:not([class]) td {
    width: 50%; 
    height: 20px; 
    /* padding: 5px 10px */
}

table:not([class]) tr:first-child {
    text-align: center; 
    background-color: #DDD
}

.text-stripe>.text-block:not(.article-footer) :not(li):not(.fc-mono-line-height) {
    line-height: 0;
}

i:not(.fc-icon) {
    font-style: normal;
    background-color: #F7454A25;
    padding: 0 2px 0 3px;
}

ol, ul[data-ke-list-type='circle'] {
    padding-right: 0 !important;
}
