.tool_draw li a.menuUp {
    opacity: 1;
}

.main-popup #nbd-keyboard-about > div.copy-right > p:nth-child(3) {
    display: none;
}

span.text-body.text-curved {
    border: 3px solid;
    background-color: #5cb85c70;
}

.nbd-sidebar .tabs-nav ul.main-tabs .tab span {
    font-size: 10px;
    word-break: break-word;
}

.nbd-sidebar .tabs-nav ul.main-tabs .tab {
    float: left;
}

span.text-body, span.text-sub-heading, span.text-heading {
    border: 3px solid;
    background-color: #5cb85c70;
    margin-bottom: 5px;
}

#tab-typography .text-heading {
    font-size: 34px !important;
}

#tab-typography .text-sub-heading{
    font-size: 28px !important;
}

/* was: #5DBC42 */
.nbd-main-bar ul.menu-right .menu-item.item-process {
    background: #3ea84e !important;
    border-radius: 8px !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(62,168,78,0.30);
}
.nbd-main-bar ul.menu-right .menu-item.item-process:hover {
    background: #2d8a3e !important;
}
.nbd-main-bar ul.menu-right .menu-item.item-process span {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
}

.nbd-main-bar ul.menu-right input.title {
  display: none;
}

/* was: #5bbc42 */
.nbd-button {
    background: #3ea84e;
    border-radius: 8px !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
}
.nbd-button:hover {
    background: #2d8a3e !important;
}

.nbd-title-item, .nbd-sidebar #tab-background .nbd-items .current_background{
    display:none !important;
}

#designer-controller > div.nbd-navigations > div > ul.nbd-main-menu.menu-left > li.menu-item.item-edit:nth-child(1) > div.sub-menu > ul > li:nth-child(1) {
    display: none !important;
}