body {
    margin: 0;
}

#edit_button, .editmode_addelement {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    background-color: #EEEEEE;
    box-sizing: border-box;
}

#edit_button a, .editmode_addelement a {
    background-color: #4fce44;
    border-radius: 4px;

    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;

    -moz-appearance: none;
    -webkit-appearance: none;

    height: auto;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
    box-sizing: border-box;
}

i.button {

    color: white;
    height: auto;
    width: auto;
    border: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: bolder;
    background: #4fce44 none;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    font-family: FontAwesome;
}
html{
    margin-top: 40px;
}
#cms-topbar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #1f1f1f;
    color: #fff;
    border: 1px solid #444;
    line-height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 40px;
    box-sizing: border-box;
}

#cms-topbar a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}


.cms-block {
    background-color: #4fce44;
    padding: 5px 15px;
    color: white;
    margin: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

#dragmearound {
    cursor: pointer;
}

.drop {
    font-size: 16px;
    background-color: #EEE;
    padding: 5px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    color: #444;
}

.editmode_addelement .button i {
    color: white;
}

#edit_button i::before {
    font-family: FontAwesome;
    background-image: none;
    display: inline-block;
    background-size: contain;
    height: auto;
    width: auto;
    background-repeat: no-repeat;
}

#edit_button i {
    color: white;
}

.editmode_addelement .button::before {
    content: '';
    background-image: none !important;
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    width: 0;
    height: 0;
}

