.span-table-header-title-col {
    flex: 6;
    margin-right: 8px;
}

.span-table-header-addby-col {
    flex: 2;
    margin-right: 8px;
}

.span-table-header-op-col {
    flex: 2;
}

.span-entry-title-col {
    flex: 6;
    margin-right: 8px;
}

.span-entry-addby-col {
    flex: 2;
    margin-right: 8px;
}

.span-entry-op-col {
    flex: 2;
}

.anchor-itemop {
    color: #ff6600;
    margin-left: 2px;
    margin-right: 2px;
}

.fullscreen-container {
    display:none;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(255,255,255, 0.9); /* Black with a little bit see-through */
}

.fullscreen-editor {
    position: relative;
    top: 30%;
    width: 80%;
    margin-top: 30px;
    margin: auto;
}

.item-field {
    height: 32px;
    width: 100em;
}
/*===============Resuable components end================*/

@media (max-width: 767px) {
}
