.kalo-calc .hyphen-break {
    display:none;
}
.ed-calc-outer input[type=number]::-webkit-inner-spin-button,
.ed-calc-outer input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.ed-outer.rezepte-create {
    position: relative;
    display: inline-block;
    width:100%;
    margin-top: 20px;
}

.ed-outer.rezepte-create table thead th {
    font-weight: bold;
    /*padding: 5px;*/
}


.ed-outer table{
    /*margin-right:10px;*/
}

.ed {
    width: 100%;
    position: relative;
    display: inline-block;
}
.ed {
    width: 100%;
    font-size: .85rem;
}
@media (max-width: 479px) {
    .ed {
        font-size: .75rem;
    }
}
.ed th, .ed td {
    position:relative;
    padding: 5px 3px 5px 0;
}
.ed .ed--remove-row {
    background: none;
    border: none;
    box-shadow: none;
    color: #9cc536;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    line-height: 1;
    outline: none;
    vertical-align: top;
}

.ed--add {
    display: table-row !important;
}
.ed .ed--add-row {
    padding: 0;
    border-radius: 100%;
    box-shadow: none;
    border: none;
    background: #9cc536;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.ed .ed--add-row:hover {
    background: #63840c;
}

.ed input{
    margin-bottom: 0 !important;
    padding: 8px 5px;
}
.ed--ed input,
.ed--weight input {
    /*min-width: 55px;*/
    text-align: right;
}

.ed--results{
    text-transform: uppercase;
}
.ed--suggest {
    display: none !important;
    padding-left:.4em;
    padding-right:.4em;
    position:absolute;
    right:.4em;
    top:50%;
    transform:translateY(-50%);
}

.ed input {
}
@media (max-width: 479px) {
    .ed input {
        font-size: .75rem;
    }
}

.ed .ed--ed-result {
    background: #f9fcf2;
    float: right;
    width: 100%;
    text-align: right;
    padding: 8px 10px;
    border:1px solid #ccc;
}

.ed .ed--weight-result {
    float: right;
    text-align: right;
    padding: 10px;
}
.ed .ed--kcal-result{
    display:block;
    text-align:right;
}




/* Columns */
.ed .ed--name{
    width:45%;
}
@media (max-width: 479px) {
    .ed .ed--name {
        width:55%;
    }
}
.ed .ed--ed {
    width: 20%;
    text-align:right;
}
@media (max-width: 479px) {
    .ed .ed--ed {
        width: 10%;
    }
}
.ed .ed--ed input{
}
.ed .ed--weight{
    width: 20%;
    text-align:right;
}
@media (max-width: 479px) {
    .ed .ed--weight{
        /*width: 18%;*/
    }
}
.ed .ed--weight input{
    text-align: right;
}

.ed .ed--kcal{
    width:15%;
    text-align:right;
}

/* Move rows */
.ed .ed--move-row {
    cursor: move;
    min-width: 30px;
}

@media (max-width: 479px) {
    .ed .ed--move-row {
        display: none;
    }
}

.ed .ed--action {
    padding-left: 5px;
    white-space: nowrap;
    width: 5%;
}

.ed .ed--row-down,
.ed .ed--row-up {
    background: #9cc536;
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.ed .ed--row-down img,
.ed .ed--row-up img {
    pointer-events: none;
}

.ed .ed--row-down:hover,
.ed .ed--row-up:hover {
    background: #63840c;
    border: none;
}

.ed--row:nth-last-child(2) .ed--row-down,
.ed--row:first-child .ed--row-up {
    opacity: .5;
}

.ed--row:first-child .ed--row-up:hover,
.ed--row:nth-last-child(2) .ed--row-down:hover {
    background: #9cc536;
    cursor: not-allowed;
}

.ed .ed--row-down {
    border-radius: 15px 0 0 15px;
    padding-left: 10px;
}

.ed .ed--row-down > img {
    pointer-events: none;
}

.ed .ed--row-up {
    border-radius: 0 15px 15px 0;
    margin-left: -3px;
    padding-right: 10px;
}

.ed .ed--row-up > img {
    pointer-events: none;
    position: relative;
    top: -2px; /* improving vertical alignment */
}

.ed .ui-sortable-placeholder {
    height: 54.95px; /* WTF? */
}
