html{
    min-height:100%;
}
html,body{
    width:100%; min-height:100%; margin:0 auto; text-align:center; font-family: '微软雅黑', '宋体', serif;
}
*{-webkit-tap-highlight-color: transparent; box-sizing:border-box;}
a{ text-decoration:none; color:Black; border:0; outline:none;}
img{border:0; border:none; pointer-events:none;}
ul,li{ padding:0; margin:0; list-style:none;}
table{ padding:0; margin:0;}
input,textarea{
    outline:none; padding:0; margin:0; box-sizing:border-box;
}
input[type="text"]::-ms-clear{
    display:none; outline:none; font-family: '微软雅黑', '宋体', serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important; margin: 0;
}

#application{
    position:fixed; inset:0; overflow:hidden;
}

.mask{
    width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:flex; flex-flow:row nowrap; justify-content:center; align-items:center;
}
.black-mask-opacity{
    background-color:rgba(0, 0, 0, 0.5);
}
.mask-white{
    background-color:rgba(255,255,255,1);
}
.mask .dialog-default{
    width:90%; height:90%; overflow:hidden; background-color:#fff; border-radius:3px; position:relative;
}
.mask .dialog-title{
    width:100%; height:50px; background-color:#067b03; color:#fff; text-align:left; text-indent:1em; font-weight:500; line-height:50px; font-size:18px; position:relative;
}
.mask .dialog-stage>div{
    display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center; height:50px;
}
.mask .dialog-stage>div>span{
    font-size:16px; padding-left:20px; line-height:30px; color:#555;
}
.mask .dialog-stage>div>input,.mask .dialog-stage>div>select,.mask .dialog-stage>div>textarea{
    margin:auto 0 auto 10px; height:30px; outline:none; border:solid 1px #ccc; border-radius:5px; box-sizing:border-box; padding:0 10px;
}

.mask .dialog-stage>div.textarea,.mask .dialog-stage>div.files{
    display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center; height:auto; padding:10px 0;
}
.mask .dialog-stage>div>textarea{
    padding:10px;
}
.mask .dialog-stage>div.files>div.files-view
{
    width: 90%; margin: 0 0 0 10px; border:solid 1px #fff; text-align:left; display:flex; flex-flow:column nowrap;
}
.mask .dialog-stage>div.files div.files-uploader
{
    width:100%; height:31px; display:flex; flex-flow:row wrap; align-items:flex-start;
}
.mask .dialog-stage>div.files div.files-uploader span
{
    border:solid 1px #ddd; padding:5px 10px; background-color:#dedede; color:#555; margin:0 10px 0 0; font-size:13px; cursor:pointer;
}
.mask .dialog-stage>div.files div.files-list
{
    width:100%; display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;
}
.mask .dialog-stage>div.selector>span.button
{
    border:solid 1px #ddd; padding:5px 20px; background-color:#dedede; color:#555; margin:0 10px; font-size:13px; cursor:pointer; line-height:normal;
}
.mask div.tree
{
    display:flex; flex-flow:row nowrap; justify-content:flex-start; position:absolute; inset:60px 0; overflow:scroll;
}
.mask div.tree div.branches
{
    display:flex; flex-flow:column nowrap; justify-content:flex-start; padding:0 15px;
}
.mask div.tree div.branch
{
    display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center;
}




.mask .dialog-btns{
    position:absolute; bottom:0; width:100%; height:60px; display:flex; flex-flow:row nowrap; justify-content:center; align-items: center; border-top:solid 1px #ccc;
}
.mask .dialog-btns span{
    margin:10px 10px; border:solid 1px #ccc; padding:8px 20px; border-radius:3px; font-size:14px; cursor:pointer;
}
.mask .dialog-btns span.dialog-btns-submit{
    background-color:#469225;
}
.mask .success{
    color:rgb(43, 147, 77); line-height:50px;
}
.mask .warning{
    color:rgb(237, 117, 13); line-height:50px;
}
.mask .failed{
    color:rgb(205, 15, 15); line-height:50px;
}


#login{
    width:100%; height:100%;
}

#login table {width:380px; height:204px; border:solid 1px #067b03; border-radius:5px; margin:-104px -192px; background-color:#fff; padding:1px; position:absolute; top:50%; left:50%;}
#login table thead tr {background-color:#067b03; color:White; height:30px; overflow:hidden;}
#login table thead tr th {text-align:center; font-size:15px; font-weight:normal; line-height:45px; height:45px; overflow:hidden; border-radius:5px 5px 0 0;}
#login table tbody tr td {text-align:left; font-size:13px;}
#login table tfoot tr td {height:50px; width:380px; text-align:center; position:relative;}
#login .text {border:solid 1px #ddd; border-radius:5px; width:298px; height:35px; line-height:35px; font-size:13px; color:#555; margin:4px 40px; padding:0 3px; text-indent:0; outline:none; text-align:center;}
#login .submit {padding:0; margin:0 150px; border:0; border-radius:3px; font-size:13px; height:30px; line-height:30px; width:80px; background-color:#067b03; color:#fff; cursor:pointer; float:left; display:inline;}


#menus{ width:50px; height:100%; overflow:hidden; float:left; background-color:#469225; position:relative; z-index:100;}
#menus div{ width:100%; float:left;background-color:#2a5826;border-bottom:solid 1px #f1f1f1;overflow:hidden;height:49px; line-height:49px; font-size:18px; color:#fff; text-align:center;}
#menus ul{ width:200%; margin:0 0 20px 0; padding:0; display:inline; text-indent:0;list-style:none; overflow:hidden; overflow-y:scroll; float:left; clear:both;}
#menus ul li{ display:block; width:100%; height:30px; overflow:hidden;line-height:30px; text-align:left; text-indent:0.7em; list-style:none; float:left;border-bottom:solid 1px #79a046; font-size:14px; color:#fff; cursor:pointer;}

#views{ width:100%; height:100%; overflow:hidden; position:absolute; right:0; top:0;}
#views>div.main{ width:100%; height:100%; position:relative; /*color:#e5c06f*/}

#views .operator{ width:100%; height:45px; line-height:45px; overflow:hidden; background-color:#f1f1f1; border-top:4px solid #2a5826; border-bottom:solid 1px #2a5826; position:fixed; inset:0 0 auto 50px; z-index:99;}
#views .operator span{ padding:5px 20px; overflow:hidden; font-size:14px; text-align:center; background-color:#ccc; line-height:24px; cursor:pointer; margin:5px 10px auto 0; float:left;}
#views .operator span:nth-child(1){ margin:5px 10px auto 5px;}


#views div.content{ float:left; overflow:hidden; overflow-y:scroll; position:fixed; background-color:#fff; inset:50px 0 0 50px; z-index:0; padding:7px;}
#views ul.tree
{ 
    width:350px; margin:0 5px auto 0; padding:10px 0 10px 15px; background-color:#eee; float:left;
}
#views ul.tree li
{
    display:flex; flex-flow:row nowrap; justify-content:start; padding:5px 0;
}
#views ul.tree li>div.box
{
    display:flex; flex-flow:column nowrap; justify-content:center; width:16px; overflow:hidden;
}
#views ul.tree li>div>input
{ 
    float:left; margin:7px 5px 7px 0; display:inline; width:16px; height:16px; padding:0; border:1px solid #ccc; box-sizing: border-box;
}
#views ul.tree li>div.labels
{
    display:flex; flex-flow:column nowrap; width:320px; padding:0 0 0 5px;
}
#views ul.tree li>div>span.label
{ 
    display:block; width:90%; float:left; text-align:left; overflow:hidden; font-size:14px;
}

.content table{ width:100%; box-shadow:0 0 3px rgba(0,0,0,0.4); border:solid 1px #499929; padding:5px; border-bottom:solid 5px #499929; float:left; table-layout:fixed; box-sizing:border-box;}
.content table thead{ width:100%; height:42px; overflow:hidden; background-color:#499929;}
.content table thead tr th{font-size:14px; font-weight:bold; color:#fff; text-align:center; text-indent:0; line-height:40px; height:40px; padding-top:2px; vertical-align: middle;}
.content table tbody tr{ height:40px;}
.content table tbody tr td{font-size:14px; font-weight:normal; text-align:center; height:100%; line-height:40px; overflow:hidden; white-space:nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; vertical-align: middle;}
.content table tbody tr td input{ width:16px; height:16px; padding:0; border:1px solid #ccc; vertical-align:middle; margin-top:-2px;}
.content table tbody tr td img{ cursor:pointer; width:14px; height:14px;}




.pages{ width:100%; max-width:100%; height:54px; margin:5px auto auto 0; float:left;}
.pages div{ width:100%; height:27px; overflow:hidden; text-align:center;}
.pages div.pages span{ display:inline-block; margin:0 2px; padding:0; width:40px; height:25px; line-height:25px; background-color:#caea9e; border:solid 1px #f1f1f1; cursor:pointer;}
.pages .statistics,
.pages .current,
.pages .previous,
.pages .forward{ margin:0 2px; font-size:13px; line-height:27px;}
.pages .previous{ display:inline-block; padding:0; width:30px; height:25px; line-height:23px; background-color:#caea9e; border:solid 1px #f1f1f1; cursor:pointer;}
.pages .forward{ display:inline-block; padding:0; width:30px; height:25px; line-height:23px; background-color:#caea9e; border:solid 1px #f1f1f1; cursor:pointer;}


ul.roles{ width:100%; padding:10px 0 10px 14px; box-sizing:border-box; float:left;}
ul.roles li{ height:30px; line-height:30px; display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; width:auto; float:left; margin-right:14px;} 
ul.roles li>input{ margin:7px 5px 7px 0; display:inline; width:16px; height:16px; padding:0; border:1px solid #ccc; box-sizing: border-box;}
ul.roles li>span{ line-height:30px; text-align:left; line-height:25px; overflow:hidden; font-size:14px;}

:root,
:host {
  --w-e-textarea-bg-color: #fff;
  --w-e-textarea-color: #333;
  --w-e-textarea-border-color: #ccc;
  --w-e-textarea-slight-border-color: #e8e8e8;
  --w-e-textarea-slight-color: #d4d4d4;
  --w-e-textarea-slight-bg-color: #f5f2f0;
  --w-e-textarea-selected-border-color: #B4D5FF;
  --w-e-textarea-handler-bg-color: #4290f7;
  --w-e-toolbar-color: #595959;
  --w-e-toolbar-bg-color: #fff;
  --w-e-toolbar-active-color: #333;
  --w-e-toolbar-active-bg-color: #f1f1f1;
  --w-e-toolbar-disabled-color: #999;
  --w-e-toolbar-border-color: #e8e8e8;
  --w-e-modal-button-bg-color: #fafafa;
  --w-e-modal-button-border-color: #d9d9d9;
}

.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}
.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px 3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px 3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px 3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px 4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{box-shadow:none}.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}

.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}
.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}

.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
