.yumprint-recipe-editor {
    border: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgb(250, 250, 250);
    border-radius: 5px;
    -webkit-box-shadow: rgba(34, 25, 25, 0.4) 0 1px 3px;
    -moz-box-shadow: rgba(34, 25, 25, 0.4) 0 1px 3px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    position: relative;
    color: rgb(65, 65, 65);
    font-family: "helvetica neue", "helvetica", "tahoma", "verdana", "sans-serif";
    margin: 20px 0;
}
 
.yumprint-recipe-editor-header {
    border-bottom: 1px solid rgb(200, 200, 200);
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 44px;
}
 
.yumprint-recipe-editor-logo {
    height: 40px;
    width: 208px;
    background-image: url(../images/editor-logo.png);
    background-size: 100%;
    color: transparent;
    position: relative;
    display: inline-block;
    float: left;
}
 
.yumprint-recipe-editor-title {
    font-size: 24px;
    width: 100%;
    height: 40px;
    text-align: center;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    margin-top: 25px;
}
 
.yumprint-recipe-editor-more {
    font-size: 24px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
 
.yumprint-recipe-editor-edit {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: rgb(200, 200, 200);
}
 
.yumprint-recipe-button {
    -webkit-box-shadow: rgba(34, 25, 25, 0.4) 0 1px 3px;
    -moz-box-shadow: rgba(34, 25, 25, 0.4) 0 1px 3px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
 
.yumprint-recipe-insert {
    float: right;
    margin-left: 10px;
}
 
.yumprint-recipe-white {
    color: rgb(65, 65, 65);
    background-color: white;
}
 
.yumprint-recipe-white:hover {
    background-color: rgb(150, 150, 150);
    color: white;
}
 
.yumprint-recipe-white:active {
    background-color: rgb(146, 205, 83);
    color: white;
}
 
.yumprint-recipe-big {
    width: 75px;
    margin: 0 5px;
}
 
.yumprint-recipe-center {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}