.kiji h2{
    background: #f4d823;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1em;
    margin: 1em 0;
    line-height: 1;
 
    position: relative; 
    top: 0;
}

.kiji h2::before {
    position: absolute;
    top: 100%;
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f4d823 transparent transparent transparent;
}

.kiji h3{
    padding: 5px 10px;
    color: #111;
    background-color: #f0f0f0;
    border-left: 8px solid #f4d823;
    margin: 15px 0 10px 0;
    
}

.kiji h4{
    color: #000;
    border-bottom: dashed 2px #000;
    padding: 10px 0px 5px 0px;
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0 10px 0;
}	

.kiji {
    font-size: 1.3em;
}

.chat-content {
    word-break: break-all
}

.table td {
    word-break: break-all
}