.float-right {
    display: inline;
    float: right;
}
.float-left {
    display: inline;
    float: left;
}
.input_tiny {
    width: 50px;
}
.input_small {
    width: 100px;
}
.input_medium {
    width: 150px;
}
.input_large {
    width: 200px;
}
.input_xlarge {
    width: 250px;
}
.input_xxlarge {
    width: 300px;
}
.input_full {
    width: 100%}
.input_full_wrap {
    display: block;
    padding-right: 8px;
}
input[type="search"]::-webkit-search-decoration {
    display: none;
}
input:invalid, select:invalid, textarea:invalid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: black;
    outline: 0;
    margin: 0;
    padding: 2px 3px;
    text-align: left;
    font-size: inherit;
    font-family: inherit;
    height: 1.8em;
    vertical-align: top;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}
textarea[disabled], select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
    background-color: #eeeeee;
}
input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #888888;
    cursor: default;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888888;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #888888;
}
input.placeholder_text, textarea.placeholder_text {
    color: #888888;
}
textarea, select[size], select[multiple] {
    height: auto;
}
select[size="0"], select[size="1"] {
    height: 1.8em;
    *height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
    select[size], select[multiple], select[multiple][size] {
        background-image: none;
        padding-right: 3px;
    }
    select, select[size="0"], select[size="1"] {
        background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }
    ::-webkit-validation-bubble-message {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #666),  color-stop(1,  #000));
        border: 1px solid;
        border-color: #747474 #5e5e5e #4f4f4f;
        color: white;
        font-family: inherit;
        font-size: inherit;
        overflow: hidden;
        padding: 15px 15px 17px;
        text-shadow: black 0 0 1px;
        height: 16px;
    }
    ::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-top-outer-arrow, ::-webkit-validation-bubble-top-inner-arrow {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #666666;
        border: 0;
    }
}textarea {
     min-height: 40px;
     overflow: auto;
     resize: vertical;
     width: 100%}
optgroup {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-family: inherit;
}
optgroup::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ie6_input, * html textarea, * html select {
    background: white;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: black;
    padding: 2px 3px 1px;
    font-size: 13px;
    font-family: Arial,  sans-serif;
    vertical-align: top;
}
* html select {
    margin-top: 1px;
}
.placeholder_text, .ie6_input_disabled, .ie6_button_disabled {
    color: #888888;
}
.ie6_input_disabled {
    background: #eeeeee;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 200;
}
h1, .h1 {
    font-size: 20px;
    color: #595959;
}
h2, .h2 {
    font-size: 18px;
    color: #595959;
}
h3, .h3 {
    font-size: 16px;
    color: #595959;
}
h4, .h4 {
    font-size: 14px;
    color: #595959;
}
h5, .h5 {
    font-size: 12px;
    color: #595959;
}
h6, .h6 {
    font-size: 10px;
    color: #595959;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
}
#header {
    display: none;
    margin-bottom: 20px;
}
#header #main_menu {
    display: none;
}
#header #logo {
    display: none;
    margin-bottom: 15px;
}
#book #book_sidebar {
    display: none;
}
#book .list-filter {
    display: none;
}
#footer {
    display: none;
}
.list-panel, .back_button {
    display: none;
}
.getdata-panel {
    display: none;
}
.list-item .icon-trash {
    display: none;
}
.print-hide, .button-column, .pageSize, .bookmark-star, .spring, .book_panel, .clear, .dailymenu-menu-panel, #footer, #push, #book_bottom, .pencil {
    display: none;
}
.note {
    padding: 0;
    font-size: 13px;
}
.book_content {
    margin-top: 0;
    padding: 0;
}
#book_main, .spring {
    height: auto !important;
}

#book_small, .book_small_container, .breadcrumb, .like-blok-absolute, .recipe_images_wall, .recipe_title>span, .button, .share_no_print, .recipe_related, .ads, .advert, .pages_related, .no_print, .edit-line {display:none !important;}
.recipe_image_main {display: block !important; max-width: 100%}
.recipe_title {
    line-height: 1.2em;
    margin-bottom: 20px;
}
.recipe_wraper {
    width: auto;
    font-size: 0px;
}
.recipe_wraper .recipe_tab {
    display: inline-block;
    min-height: 10px;
    vertical-align: top;
    width: 47%;
}
.recipe_wraper .recipe_tab:first-child {
    padding-right: 20px;
    background: none repeat scroll 0% 0% #FFF;
}
.recipe_wraper .recipe_tab .recipe_content {
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 10px;
    border: 1px solid #AEAEAE;
    border-radius: 5px 5px 0px;
}
.recipe_wraper .recipe_tab .orange_block {
    background-color: #FDFBE9;
    border: 1px solid #ECE9D9;
    border-radius: 5px 5px 0px 0px;
}
.recipe_wraper .recipe_tab .orange_block .recipe_calculation_container {
    position: relative;
}
.recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation {
    font-size: 12px;
    background-color: #FDFBE9;
    width: 100%;
    height: 80px;
}
.recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation thead, .recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation td {
    border-bottom: 1px solid #ECE9D9;
}
.recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation td:first-child, .recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation th:first-child {
    padding-left: 10px;
    max-width: 173px;
    width: 100px;
}
.recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation td.variable, .recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation th.variable {
    text-align: center;
    width: 30px;
}
.recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation td, .recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation th {
    padding: 5px 4px;
    vertical-align: middle;
}
.recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation thead, .recipe_wraper .recipe_tab .orange_block .recipe_calculation_container .recipe_calculation td {
    border-bottom: 1px solid #ECE9D9;
}
#recipe_content_block{
    line-height: 1.2em !important;
}
.recipe_wraper .recipe_tab .info_block_icon {
    vertical-align: top;
    display: none;
    width: 53px;
    height: 53px;
    padding: 10px;
    text-align: center;
}
.recipe_wraper .recipe_tab .info_block {
    border: 2px solid #AEAEAE;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
    min-height: 53px;
    min-width: 98%;
}
.recipe_wraper .recipe_tab .info_block_icon.grey {
    border: 2px solid #AEAEAE;
    background-color: #AEAEAE;
}
.recipe_wraper .recipe_tab .info_block_icon.orange {
    border: 2px solid #F47920;
    background-color: #F47920;
}
.recipe_wraper .recipe_tab .info_block_icon.green {
    border: 2px solid #74BC45;
    background-color: #74BC45;
}
.recipe_wraper .recipe_tab .info_block.green{
    display: none !important;
}

.recipe_wraper .recipe_tab .info_block.orange>div>div {
    font-size: 14px !important;
}
.recipe_wraper .recipe_tab .info_block.orange>div>div>span:before {
    content: '\A';
    white-space: pre;
}

.recipe_wraper .recipe_tab .info_block.grey {
    border: 2px solid #AEAEAE;
}
.recipe_wraper .recipe_tab .info_block.orange {
    border: 2px solid #F47920;
}
.recipe_wraper .recipe_tab .info_block.green {
    border: 2px solid #74BC45;
}
.icon-serving {
    display: none;
}
#new-header{
    display: none;
}