@font-face { font-family: Segoe UI; src: url( more/segoe_ui_regular.ttf); }

html, body {
    width: 95%;
    height: 95%;
    margin: 0px;
    font-family: Segoe UI;
}
[data-display=block] {
    display: block;
}
[data-display=none] {
    display: none;
}
svg {
    width: 17px;
    height: 17px;
    vertical-align: bottom;
    padding-right: 3px;
}
.line_100 {
    cursor: pointer;
    padding-bottom: 1px;
    user-select: none; 
    -ms-user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none;    
}
.line_100:hover {
    background: aliceblue;
    transition: 0.2s;
}
.hide {
    padding-left: 10px;
}