.tag_type_info {
    text-decoration: dotted underline;
}
p{
    word-break: keep-all;
}
h2{
    border-left: 0.2em solid red;
    border-radius: 0.1em;
    text-indent:1em;
}
h3{
    border-left: 0.2em solid blue;
    border-radius: 0.1em;
    text-indent:1em;
}
h4{
    border-left: 0.2em solid yellowgreen;
    border-radius: 0.1em;
    text-indent:1em;
}