H4 {
    margin: 6px 0px 6px 0px;
    font-family: Arial,sans-serif;
    font-size: 16px;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}

.ql-indent-1 {
    margin-left: 12px; /* same as p & ul text indent */
}

.ql-indent-2 {
    margin-left: 24px;
}

.ql-indent-3 {
    margin-left: 36px;
}

.ql-indent-4 {
    margin-left: 48px;
}

DIV.ql-editor {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.ql-editor P {
    text-indent: 12px;
}

.ql-image-right {
    float: right;
}

.ql-image-left {
    float: left;
}

.ql-image-center {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ql-toolbar .ql-float-right,
.ql-toolbar .ql-flush-right {
    font-size: 16px;
    position: relative;
    top: 0px;
    color: #444;
}

.ql-toolbar .ql-keeps {
    font-size: 18px;
    position: relative;
    top: 0px;
    color: #444;
}

.ql-toolbar .ql-picture .ql-picker-item {
    height: 12px;
    font-size: 10px;
    margin: 2px;
}


.float-right {
    float: right;
    font-style: inherit;
}

/*
 *
 */
DIV#news DIV#tabs {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 390px;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 10px;
    overflow: hidden;
}

DIV#news DIV#tabs span.tab:nth-child(n+11) {
    display: none;
}

DIV#news DIV#page {
    position: absolute;
    top: 20px;
    left: 10px;
}


DIV#editing #loginImg {
    z-index: 11;
    position: fixed;
    top: 0px;
    left: 320px;
    width: 20px;
}

DIV#editing DIV#news DIV#tabs {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
}

DIV#editing DIV#news DIV#page {
    position: absolute;
    top: 24px;
    left: 0px;
}

DIV#news DIV#page DIV.column {
    -top: 0px;
    -left: 0px;
    -width: 400px;
    min-height: 900px;
}

DIV#news DIV#tabs .tab {
    margin-right: 5px;
    color: #bbb;
    cursor: pointer;
    font-size: 20px;
    /*
    display: inline-block;
    font-size: 12px;
    background-color: #ccc;
    border-radius: 8px;
    height: 16px;
    width: 30px;
    */
}

DIV#news DIV#tabs .tab.selected {
    color: #fd0;
}

DIV#editing .ql-snow .ql-tooltip.ql-flip {
    top: 70px!important;
    left: 100px!important;
}

DIV#editing DIV#news .titlebar {
    position: relative;
    background: #ddf;
}

DIV#editing DIV#news .titlebar #pin {
    display: none;
}

DIV#editing DIV#news .article .expander {
    display: none;
}

DIV#editing DIV#news DIV#tabs .tab.selected {
    color: #00f;
}

DIV#news DIV.article {
    font-family: Times New Roman,serif;
    font-size: 16px;
    text-align: justify;
    padding: 0px;
    -text-indent: 12px;
}

DIV#editing DIV#news DIV#page DIV.column DIV.article {
    border: 0px;
    border-bottom: 1px solid #888;
}

DIV#editing DIV#news DIV.article .titlebar #pin,
DIV#editing DIV#news DIV.article DIV#content {
    display: none;
}

DIV#editing DIV#news DIV.article.selected DIV#content {
    -display: block;
}

DIV#editing DIV#news DIV.article.selected .titlebar {
    background-color: #fd0;
}

DIV#news DIV.article #date {
    display: none;
    font-family: Arial,sans-serif;
    font-size: 12px;
}

DIV#editing DIV#news DIV.article #date {
    display: inline-block;
}

DIV#news DIV.article #title {
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    -background: #ccf;
    text-align: left;
    color: #800;
    padding: 0px 3px 0px 3px;
}

DIV#editing DIV#news DIV.article #title {
    cursor: pointer;
    text-align: left;
    font-size: 12px;
}

#editing DIV.article .titlebar #tag {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 2px;
    font-family: Consolas,Courier New,monospace;
}

DIV#news DIV.article .titlebar {
    text-align: left;
}

DIV#news DIV.article .titlebar #pin {
    display: inline-block;
    -position: absolute; /* actually absolute against the column, not the titlebar */
    -top: 0px;
    -right: 0px;
    float: right;
    padding: 0px;
    margin: 0px;
    color: #459a;
    cursor: pointer;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-indent: 0px;
    transform: rotate(180deg);
}

#root.mobile DIV#news DIV.article .titlebar #pin {
    -width: 30px;
    -height: 30px;
    -background: transparent;
}

DIV#news DIV.article.collapsed .titlebar #pin {
    transform: rotate(0deg);
    color: #a007;
}

DIV#news DIV.article #content IMG.ql-image-right {
    margin-left: 5px;
}

DIV#news DIV.article #content IMG.ql-image-left {
    margin-right: 5px;
}

DIV#news DIV.article #content IMG.img-width-100 {
    margin: 0px;
}

#editing DIV.article .titlebar #tag {
}

#editing DIV.article .titlebar #pin {
    display: none;
}


DIV#news DIV.article .titlebar #pin.showing {
    color: #00f;
}

DIV#news DIV.article DIV#content {
    -background: url(images/clear90.png);
    border-top: 1px solid #888;
    padding: 3px;
}

/*DIV#news DIV.article DIV#content P { */
P {
    margin: 0px;
}

DIV#news DIV.article UL,
DIV#news DIV.article OL {
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 14px;
}

DIV#news DIV.article LI {
    text-indent: 0px;
}

/*
*/
DIV#editor {
    position: fixed;
    top: 0px;
    left: 400px;
    width: 550px;
    min-height: 880px;
    border-left: 1px solid #888;
    text-align: center;
    padding-left: 5px;
}


DIV#editor DIV#controls {
    z-index: 10;
    position: fixed;
    top: 0px;
    background: #fff;
}

DIV#editor DIV.ql-toolbar {
    z-index: 10;
    position: fixed;
    top: 30px;
    padding: 0px;
    width: 550px;
    background: #ddf;
}

DIV#editor #edits {
    position: absolute;
    top: 75px;
    height: 700px;
    width: 550px;
}

DIV#editor DIV#controls BUTTON {
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border: 0px;

    float: left;
}

DIV#editor DIV#controls BUTTON.saved {
    background: #0d0;
}

DIV#editor DIV#controls BUTTON#delete {
    float: right;
}

DIV#editor DIV#controls INPUT#title,
DIV#editor DIV#controls SELECT#tag { 
    margin-top: 5px;
    background-color: #ffd;
    border-radius: 5px;
    border: 1px solid #888;
    color: #800;

    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

DIV#editor DIV#controls INPUT#title {
    width: 310px;
    padding-left: 3px;
    margin-left: 5px;
}

DIV#editor DIV#controls SELECT#tag {
    margin-left: 5px;
    vertical-align: bottom;
    line-height: 20px;
}


#newsFilter {
    position: fixed;
    top: -3px;
    left: 50px;
    -width: 200px;
    -border: 1px solid #aad;
    -background: #ddf;
    z-index: 100;
}
