
.sidebar-nav li li{
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    color: #505d6b;
}

.ec-buttons{
    position: fixed;
    right: 20px;
    top: 10px;
}
.ec-button{
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    background: #EEE;
    color: #666;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px;
}
.ec-cancel{
    right: 70px;
}

.ec-editor{
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ec-filepath{
    margin-top: 10px;
}
.ec-filecontent{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px;
    font-size: 14px;
    outline: none;
}