.jp-formula-bar {
    height: 31px;
    background: #f3f3f3;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 5px;
    width: 100%;
    box-sizing: border-box;
}

.jp-formula-bar_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.jp-formula-bar__divider {
    width: 1px;
    height: 15px;
    background-color: #ccc;
    margin: 0px 10px;
}

.jp-formula-bar__cell-selector-input { 
	width:70px; 
	text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.jp-formula-bar__cell-editor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.jp-formula-bar__cell-editor-input { 
	width: 100%; 
	text-indent: 15px;
}