/* CSS Document */

@charset "utf-8";

pre {
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Helvetica", sans-serif;
    word-break: break-all;
    white-space: pre-line;
}
pre table {
    margin-top: 15px;
}
pre th, pre td {
    border: 1px solid #333;
	padding: 4px;
}
pre th {
    background-color: #e8e8e9;
}