div.recipeTitleSegment,
div.recipeAuthorSegment,
div.recipeGallerySegment,
div.authorAboutRecipeSegment,
div.redactionAboutRecipeSegment {
    float: none;
    width: 100%;
    overflow: hidden;
}
div.recipeTitleSegment {
    font-family: "Times New Roman", Times, serif;
    font-size: 38px;
    line-height: 50px;
    color: #3b2222;
    margin-bottom: 18px;
}

div.recipeAuthorSegment {
    margin-bottom: 18px;
}
div.recipeAuthorSegment div.recipeAuthorGroup {
    overflow: hidden;
    float: left;
}
div.recipeAuthorSegment div.authorTitle,
div.recipeAuthorSegment div.authorImage,
div.recipeAuthorSegment div.authorName,
div.recipeAuthorSegment div.authorNameB,
div.recipeAuthorSegment div.authorDomain {
    float: left;
    height: 33px;
    margin-right: 10px;
}
div.recipeAuthorSegment div.authorTitle {
    font-size: 12px;
    line-height: 33px;
    color: #3b2222;
}
div.recipeAuthorSegment div.authorImage {
    width: 33px;
}
div.recipeAuthorSegment div.authorImage img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    max-width: 33px;
}
div.recipeAuthorSegment div.authorName,
div.recipeAuthorSegment div.authorName a {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 33px;
    color: #844444;
}
div.recipeAuthorSegment div.authorName a:hover {
    color: #897878;
}
div.recipeAuthorSegment div.authorNameB {
    font-size: 14px;
    line-height: 33px;
    color: #3b2222;
}
div.recipeAuthorSegment div.authorDomain,
div.recipeAuthorSegment div.authorDomain a {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 33px;
    color: #844444;
}
div.recipeAuthorSegment div.authorDomain a:hover {
    color: #897878;
}
div.recipeAuthorSegment div.facebookIco,
div.recipeAuthorSegment div.mailIco,
div.recipeAuthorSegment div.printIco {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    float: right;
    font-size: 20px;
    background-color: #aea7a7;
    color: #ffffff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    margin-left: 10px;
}
div.recipeAuthorSegment div.facebookIco:hover,
div.recipeAuthorSegment div.mailIco:hover,
div.recipeAuthorSegment div.printIco:hover {
    background-color: #635555;
}

div.ratingSegment {
    overflow: hidden;
    margin-bottom: 5px;
}
div.ratingSegment.type-A {
    float: right;
}
div.ratingSegment.type-B {
    float: none;
    display: none;
}
div.ratingSegment div.voteText,
div.ratingSegment div.voteStars,
div.ratingSegment div.votesCount {
    float: left;
}
div.ratingSegment.type-A div.voteText,
div.ratingSegment.type-A div.votesCount {
    line-height: 33px;
    font-size: 12px;
}
div.ratingSegment.type-B div.voteText,
div.ratingSegment.type-B div.votesCount {
    line-height: 19px;
    font-size: 12px;
}
div.ratingSegment div.voteText {
    color: #3b2222;
}
div.ratingSegment div.voteStars {
    margin-right: 10px;
    margin-left: 10px;
}
div.ratingSegment div.voteStars span.star {
    display: inline-block;
    vertical-align: middle;
}
div.ratingSegment.active div.voteStars span.star {
    cursor: pointer;
}
div.ratingSegment.type-A div.voteStars span.star {
    width: 19px;
    height: 33px;
}
div.ratingSegment.type-B div.voteStars span.star {
    width: 19px;
    height: 25px;
}

div.authorAboutRecipeSegment,
div.redactionAboutRecipeSegment {
    font-size: 17px;
    line-height: 27px;
    color: #3b2222;
    margin-bottom: 18px;
}
div.authorAboutRecipeSegment span.bold,
div.redactionAboutRecipeSegment span.bold {
    font-weight: bold;
}
div.authorAboutRecipeSegment div.photo img{
    width: 100% !important;
    height: auto !important;
}
div.authorAboutRecipeSegment a,
div.redactionAboutRecipeSegment a {
    text-decoration: underline;
    color: #3b2222;
}
div.authorAboutRecipeSegment a.authorsMore,
div.authorAboutRecipeSegment span.descriptionAuthor a {
    color: #844444;
    text-decoration: none;
}
div.authorAboutRecipeSegment a.authorsMore:hover,
div.authorAboutRecipeSegment span.descriptionAuthor a:hover {
    color: #ab8080;
}
div.authorAboutRecipeSegment span.authorsDescription.full,
div.redactionAboutRecipeSegment span.editorsDescription.full {
    display: none;
}

div.aboutLine {
    float: none;
    width: 100%;
    height: 40px;
    border-top: 1px solid #ede9e4;
    margin-top: 25px;
}

div.aboutRecipeSegment {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
div.aboutRecipeSegment div.ingredients,
div.aboutRecipeSegment div.spaceA,
div.aboutRecipeSegment div.method,
div.aboutRecipeSegment div.spaceB {
    display: table-cell;
}
div.aboutRecipeSegment div.spaceA {
    width: 100px;
}
div.aboutRecipeSegment div.spaceB {
    width: 40px;
}
div.aboutRecipeSegment div.ingredients{
    width: 35%;
}
div.aboutRecipeSegment div.ingredients h2,
div.aboutRecipeSegment div.method h2 {
    display: block;
}

div.aboutRecipeSegment div.ingredients div.title,
div.aboutRecipeSegment div.method div.title {
    font-size: 18px;
    font-weight: bold;
    color: #3b2222;
    margin-bottom: 12px;
}
div.aboutRecipeSegment div.ingredients div.info,
div.aboutRecipeSegment div.method div.info {
    color: #3b2222;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
div.aboutRecipeSegment div.ingredients div.info span.info,
div.aboutRecipeSegment div.method div.info  span.info {
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
}
div.aboutRecipeSegment div.ingredients div.infoA ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
div.aboutRecipeSegment div.ingredients div.infoA ul li,
div.aboutRecipeSegment div.method div.infoA p,
div.aboutRecipeSegment div.ingredients div.infoA div,
div.aboutRecipeSegment div.method div.infoA div,
div.aboutRecipeSegment div.ingredients div.infoA span,
div.aboutRecipeSegment div.method div.infoA span {
    font-size: 14px;
    line-height: 25px;
    color: #3b2222;
}
div.aboutRecipeSegment div.ingredients div.infoA a {
    font-size: 14px;
    line-height: 25px;
    color: #3b2222;
    text-decoration: underline;
}
div.aboutRecipeSegment div.ingredients div.infoA ul li,
div.aboutRecipeSegment div.method div.infoA p,
div.aboutRecipeSegment div.ingredients div.infoA div,
div.aboutRecipeSegment div.method div.infoA a,
div.aboutRecipeSegment div.method div.infoA span {
    margin-bottom: 16px;
}
div.aboutRecipeSegment div.ingredients div.infoA br,
div.aboutRecipeSegment div.method div.infoA br {
    display: block;
    margin-bottom: 16px;
    line-height: 32px;
}
div.aboutRecipeSegment div.ingredients div.infoA span.amount {
    font-weight: bold;
    margin-right: 23px;
    display: inline-block;
    margin-bottom: 0px;
}
div.aboutRecipeSegment div.ingredients div.infoA p {
    padding: 0px;
}
div.aboutRecipeSegment div.ingredients div.infoA span.groupName,
div.aboutRecipeSegment div.method div.infoA span.number {
    line-height: 30px;
    color: #3b2222;
    font-weight: bold;
    margin-top: 32px;
    text-transform: uppercase;
}
div.aboutRecipeSegment div.ingredients div.infoA span.groupName {
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 2px;
    display: block;
}

div.aboutRecipeSegment div.method div.infoA div.info,
div.aboutRecipeSegment div.method div.infoA div.description {
    display: table;
    font-size: 14px;
}
div.aboutRecipeSegment div.method div.infoA div.info {
    padding-top: 20px;
}
div.aboutRecipeSegment div.method div.infoA div.info div.adtText,
div.aboutRecipeSegment div.method div.infoA div.info div.ico,
div.aboutRecipeSegment div.method div.infoA div.description div.number,
div.aboutRecipeSegment div.method div.infoA div.description div.text {
    display: table-cell;
}
div.aboutRecipeSegment div.method div.infoA div.description div.number {
    padding-right: 16px;
    font-size: 14px;
    font-weight: bold;
}
div.aboutRecipeSegment div.method div.infoA div.description div.text,
div.aboutRecipeSegment div.method div.infoA div.description div.text a {
    font-size: 17px;
    line-height: 27px;
    color: #3b2222;
}
div.aboutRecipeSegment div.method div.infoA div.description div.text a {
    text-decoration: underline;
}
div.aboutRecipeSegment div.method div.infoA div.info div.ico {
    padding-right: 11px;
}
div.aboutRecipeSegment div.method div.infoA div.info div.adtText a,
div.aboutRecipeSegment div.method div.infoA div.info div.adtText {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #3b2222;
    vertical-align: top;
}
div.aboutRecipeSegment div.method div.infoA div.info div.adtText a {
    color: #844444;
}

/* guidelinesSegment start */
div.guidelinesSegment {
    float: none;
    overflow: hidden;
    margin-bottom: 50px;
}
div.guidelinesSegment span {
    color: #3b2222;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}
div.guidelinesSegment a {
    color: #514343;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f8f5f1;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.guidelinesSegment a:last-of-type {
    margin-right: 0px;
}
/* guidelinesSegment end */

/* mixAuthorSocialSegment start */
div.mixAuthorSocialSegment {
    float: none;
    overflow: hidden;
    padding-top: 40px;
    border-top: 1px solid #ede9e4;
    margin-bottom: 20px;
    text-align: center;
}
div.mixAuthorSocialSegment div.authorIco,
div.mixAuthorSocialSegment div.authorName,
div.mixAuthorSocialSegment div.commentsButton,
div.mixAuthorSocialSegment div.printButton,
div.mixAuthorSocialSegment div.facebookButton,
div.mixAuthorSocialSegment div.mailButton,
div.mixAuthorSocialSegment div.printButton,
div.mixAuthorSocialSegment div.commentsButtonSmall,
div.mixAuthorSocialSegment div.printButtonSmall,
div.mixAuthorSocialSegment div.facebookButtonSmall {
    float: left;
}
div.mixAuthorSocialSegment div.authorLogo {
    display: inline-block;
    vertical-align: middle;
}
div.mixAuthorSocialSegment div.groupA,
div.mixAuthorSocialSegment div.groupB {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}
div.mixAuthorSocialSegment div.groupC {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
div.mixAuthorSocialSegment div.authorIco img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-right: 10px;
}
div.mixAuthorSocialSegment div.authorName {
    font-family: "Times New Roman", Times, serif;
}
div.mixAuthorSocialSegment div.authorName a {
    color: #844444;
    font-size: 14px;
    line-height: 50px;
}
div.mixAuthorSocialSegment div.authorName a:hover {
    color: #897878;
}
div.mixAuthorSocialSegment div.authorName span.title {
    font-size: 12px;
    line-height: 33px;
    color: #333333;
}
div.mixAuthorSocialSegment div.authorLogo img {
    margin-left: 25px;
    margin-right: 25px;
}
div.mixAuthorSocialSegment div.facebookButton,
div.mixAuthorSocialSegment div.commentsButton,
div.mixAuthorSocialSegment div.printButton {
    font-family: "Times New Roman", Times, serif;
    color: #ffffff;
    height: 33px;
    line-height: 33px;
    padding-right: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 0;
    margin-right: 10px;
}

div.mixAuthorSocialSegment div.facebookButton {
    background-color: #8b9dc3;
}
div.mixAuthorSocialSegment div.commentsButton,
div.mixAuthorSocialSegment div.printButton {
    background-color: #aea7a7;
}
div.mixAuthorSocialSegment div.facebookButton:hover {
    background-color: #3b5998;
}
div.mixAuthorSocialSegment div.commentsButton:hover,
div.mixAuthorSocialSegment div.printButton:hover {
    background-color: #635555;
}
div.mixAuthorSocialSegment div.facebookButton span.ion-social-facebook,
div.mixAuthorSocialSegment div.commentsButton span.ion-chatbubble-working,
div.mixAuthorSocialSegment div.printButton span.ion-ios-printer {
    font-size: 20px;
}
div.mixAuthorSocialSegment div.commentsButton span.ion-chatbubble-working,
div.mixAuthorSocialSegment div.printButton span.ion-ios-printer {
    padding-right: 8px;
    padding-left: 8px;
}
div.mixAuthorSocialSegment div.facebookButton span.ion-social-facebook {
    padding-right: 13px;
    padding-left: 13px;
}
div.mixAuthorSocialSegment div.facebookButton span.text,
div.mixAuthorSocialSegment div.commentsButton span.text,
div.mixAuthorSocialSegment div.printButton span.text {
    font-size: 14px;
    display: inline-block;
    padding-left: 9px;
    vertical-align: top;
}
div.mixAuthorSocialSegment div.commentsButton span.text,
div.mixAuthorSocialSegment div.printButton span.text  {
    border-left: 1px solid #beb8b8;
}
div.mixAuthorSocialSegment div.facebookButton span.text {
    border-left: 1px solid #a0b1d5;
}
div.mixAuthorSocialSegment div.mailButton,
div.mixAuthorSocialSegment div.commentsButtonSmall,
div.mixAuthorSocialSegment div.printButtonSmall,
div.mixAuthorSocialSegment div.facebookButtonSmall {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 20px;
    background-color: #aea7a7;
    color: #ffffff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    margin-right: 10px;
}
div.mixAuthorSocialSegment div.mailButton:hover,
div.mixAuthorSocialSegment div.commentsButtonSmall:hover,
div.mixAuthorSocialSegment div.printButtonSmall:hover {
    background-color: #635555;
}
div.mixAuthorSocialSegment div.facebookButtonSmall {
    background-color: #8b9dc3;
}
div.mixAuthorSocialSegment div.facebookButtonSmall:hover {
    background-color: #3b5998;
}
div.mixAuthorSocialSegment div.commentsButtonSmall,
div.mixAuthorSocialSegment div.printButtonSmall,
div.mixAuthorSocialSegment div.facebookButtonSmall {
    display: none;
}
/* mixAuthorSocialSegment end */

/* commentMainTitleSegment start */
div.commentMainTitleSegment {
    font-family: "Times New Roman", Times, serif;
    float: none;
    overflow: hidden;
    font-size: 18px;
    color: #514343;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/* commentMainTitleSegment end */

/* commentFormSegment start */
div.commentReplyFormSegment {
    display: none;
}
div.commentFormSegment,
div.commentReplyFormSegment {
    float: none;
    overflow: hidden;
    background-color: #f8f5f1;
    padding: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
div.commentFormSegment div.frame,
div.commentReplyFormSegment div.frameA {
    display: table;
    width: 100%;
}
div.commentFormSegment div.frame div.left,
div.commentFormSegment div.frame div.right,
div.commentReplyFormSegment div.frameA div.left,
div.commentReplyFormSegment div.frameA div.right {
    display: table-cell;
    vertical-align: top;
}
div.commentFormSegment div.frame div.left,
div.commentReplyFormSegment div.frameA div.left {
    padding-right: 20px;
}
div.commentFormSegment div.frame div.right,
div.commentReplyFormSegment div.frameA div.right {
    width: 100%;
}
div.commentFormSegment div.frame div.left span.ion-android-person,
div.commentReplyFormSegment div.frameA div.left span.ion-android-person {
    font-size: 28px;
    width: 50px;
    height: 50px;
    background-color: #aea7a7;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
div.commentFormSegment div.frame div.left span.ion-android-person {
    margin-right: 20px;
}
div.commentReplyFormSegment div.frameA div.left span.ion-android-person {
    margin-right: 0px;
}
div.commentFormSegment div.frame div.right div.text,
div.commentReplyFormSegment div.frameA div.right div.text {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
}
div.commentFormSegment div.frame div.right div.text textarea,
div.commentReplyFormSegment div.frameA div.right div.text textarea {
    font-family: "Times New Roman", Times, serif;
    width: 100%;
    height: 76px;
    resize: none;
    font-size: 14px;
    padding: 0px;

    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.commentFormSegment div.frame div.right div.nameAndButton,
div.commentReplyFormSegment div.frameA div.right div.nameAndButton {
    overflow: hidden;
}
div.commentFormSegment div.frame div.right div.nameAndButton div.name,
div.commentReplyFormSegment div.frameA div.right div.nameAndButton div.name {
    float: left;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
div.commentFormSegment div.frame div.right div.nameAndButton div.button,
div.commentReplyFormSegment div.frameA div.right div.nameAndButton div.button {
    float: right;
}
div.commentFormSegment div.frame div.right div.nameAndButton div.name input,
div.commentReplyFormSegment div.frameA div.right div.nameAndButton div.name input {
    font-family: "Times New Roman", Times, serif;
    width: 260px;
    height: 30px;
    border: 0;
    outline: none;
    font-size: 14px;
}
div.commentFormSegment div.frame div.right div.nameAndButton div.button button,
div.commentReplyFormSegment div.frameA div.right div.nameAndButton div.button button {
    font-family: "Times New Roman", Times, serif;
    width: 246px;
    height: 30px;
    background-color: #635555;
    color: #ffffff;
    font-size: 14px;
    border: 0px;
    outline:none;
    cursor: pointer;
}
div.commentFormSegment div.frame div.right div.nameAndButton div.button button:hover,
div.commentReplyFormSegment div.frameA div.right div.nameAndButton div.button button:hover {
    background-color: #7a6e6e;
}
div.commentsContentSegment  div.commentReplyFormSegment {
    margin-left: 70px;
}
div.commentsContentSegment div.frame  div.commentReplyFormSegment {
    margin-left: 0px;
}
/* commentFormSegment end */

/* commentsContentSegment start */
div.commentsContentSegment {
    float: none;
    overflow: hidden;
}
div.commentsContentSegment div.frame div.left span.ion-android-person {
    font-size: 28px;
    width: 50px;
    height: 50px;
    background-color: #aea7a7;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
div.commentsContentSegment div.frame {
    display: table;
    border-top: 1px solid #ede9e4;
    padding-top: 20px;
}
div.commentsContentSegment div.frame.reply {
    margin-left: 70px;
}
div.commentsContentSegment div.frame div.left {
    padding-right: 20px;
}
div.commentsContentSegment div.frame div.right {
    width: 100%;
}
div.commentsContentSegment div.frame div.left,
div.commentsContentSegment div.frame div.right {
    display: table-cell;
    vertical-align: top;
}
div.commentsContentSegment div.frame div.right div.nameAndDate,
div.commentsContentSegment div.frame div.right div.comment {
    float: none;
    overflow: hidden;
}
div.commentsContentSegment div.frame div.right div.nameAndDate {
    margin-bottom: 16px;
}
div.commentsContentSegment div.frame div.right div.name,
div.commentsContentSegment div.frame div.right div.date {
    font-size: 14px;
}
div.commentsContentSegment div.frame div.right div.name {
    font-family: "Times New Roman", Times, serif;
    float: left;
    color: #844444;
}
div.commentsContentSegment div.frame div.right div.date {
    color: #877777;
    float: right;
}
div.commentsContentSegment div.frame div.right div.comment {
    margin-bottom: 20px;
    font-size: 14px;
    color: #3b2222;
}
div.commentsContentSegment div.frame div.right div.comment span {
    vertical-align: middle;
}
div.commentsContentSegment div.frame div.right div.comment span.reply-btn {
    cursor: pointer;
    line-height: 14px;
    width: 75px;
    display: inline-block;
}
div.commentsContentSegment div.frame div.right div.comment span.reply-btn span.ion-ios-undo-outline,
div.commentsContentSegment div.frame div.right div.comment span.reply-btn span.reply-text {
    color: #844444;
}
div.commentsContentSegment div.frame div.right div.comment span.reply-btn span.ion-ios-undo-outline {
    font-size: 20px;
}
div.commentsContentSegment div.frame div.right div.comment span.reply-btn span.reply-text {
    font-size: 12px;
}
/* commentsContentSegment end */


/* recipeGallerySegment start */
div.recipeGallerySegment {
    float: none;
    overflow: hidden;
    margin-bottom: 18px;
}
div.recipeGallerySegment div.bigImg {
    margin-bottom: 4px;
    background-color: #f8f5f1;
}
div.recipeGallerySegment div.bigImg img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
div.recipeGallerySegment div.smallImg {
    text-align: center;
}
div.recipeGallerySegment div.smallImg div.smallImgItem {
    display: inline-block;
    position: relative;
}
div.recipeGallerySegment div.smallImg div.smallImgItem div.sprite.smallVideoIco {
    width: 22px;
    height: 24px;
    background-position: -2064px 0;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    cursor: pointer;
}
div.recipeGallerySegment div.smallImg img {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    cursor: pointer;
}
div.recipeGallerySegment div.smallImg img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
div.recipeGallerySegment div.photoDescription-block {
    text-align: right;
    font-size: 11px;
    color: #9b8e8e;
    margin-bottom: 4px;
}
/* recipeGallerySegment end */

/* tryRecipes-segment start */
div.tryRecipes-segment {
    background-color: #f8f5f1;
    margin-bottom: 45px;
}
div.tryRecipes-segment div.spaceH {
    width: 100%;
    height: 30px;
}
div.tryRecipes-segment div.padding {
    padding-left: 20px;
    padding-right: 20px;
}
/* tryRecipes-segment end */

.for-print-block {
    display: none;
}

@media print {
    .for-print-block {
        display: block;
    }
    iframe {
        display: none;
    }
    .recipe-page > #wrapper > div {
        display: none;
    }
    .recipe-page > #wrapper > div#content_wrapper {
        display: block;
    }
    .recipe-page > #wrapper > div#content_wrapper > div {
        display: none;
    }
    .recipe-page > #wrapper > div#content_wrapper > #content {
        display: block;
    }
    .recipe-page > #wrapper > div#content_wrapper > #content > div,
    .recipe-page > #wrapper > div#content_wrapper > #content > h1,
    .recipe-page > #wrapper > div#content_wrapper > #content > ul {
        display: none;
    }
    .recipe-page > #wrapper > div#content_wrapper > #content > .for-print-block {
        display: block;
    }
    .recipe-page #footer_wrapper {
        display: none;
    }
    .recipe-page div,
    .recipe-page span,
    .recipe-page a {
        color: #333333 !important;
    }
    .recipe-page a {
        text-decoration: none !important;
    }
    .recipe-page .coll2Frame {
        display: block;
    }
    .recipe-page .coll2Frame > div {
        display: none;
    }
    .recipe-page .coll2Frame .c2fCellLeft {
        display: block;
    }
    .recipe-page .coll2Frame .c2fCellLeft > div {
        display: none;
    }
    .recipe-page .coll2Frame .c2fCellLeft .recipeTitleSegment,
    .recipe-page .coll2Frame .c2fCellLeft .recipeAuthorSegment,
    .recipe-page .coll2Frame .c2fCellLeft .authorAboutRecipeSegment,
    .recipe-page .coll2Frame .c2fCellLeft .redactionAboutRecipeSegment,
    .recipe-page .coll2Frame .c2fCellLeft .aboutRecipeSegment,
    .recipe-page .coll2Frame .c2fCellLeft .forPrint {
        display: block;
    }
    .recipe-page .ratingSegment,
    .recipe-page .facebookIco,
    .recipe-page .printIco,
    .recipe-page .authorDomain,
    .recipe-page span.authorsDescription,
    .recipe-page span.editorsDescription,
    .recipe-page span.authorsMore,
    .recipe-page span.editorsMore {
        display: none;
    }
    .recipe-page span.authorsDescription.full,
    .recipe-page span.editorsDescription.full {
        display: inline !important;
        color: #333333;
        font-size: 14px;
        line-height: 20px;
    }
    .recipe-page .authorAboutRecipeSegment .bold,
    .recipe-page .redactionAboutRecipeSegment .bold {
        color: #333333;
        font-size: 14px;
        line-height: 20px;
    }
    .recipe-page .authorAboutRecipeSegment,
    .recipe-page .redactionAboutRecipeSegment {
        margin-bottom: 17px;
    }
    .recipe-page span.descriptionAuthor {
        display: none;
    }
    .recipe-page .ingredients,
    .recipe-page .method {
        display: block !important;
        width: 100% !important;
    }
    .recipe-page .spaceA,
    .recipe-page .info {
        display: none !important;
    }
    .recipe-page .simpleLogo {
        margin-bottom: 25px;
        width: 100%;
    }
    .recipe-page .recipeTitleSegment {
        margin-bottom: 0px;
    }
    .recipe-page .authorTitle,
    .recipe-page .authorNameB {
        color: #888888 !important;
        font-size: 17px;
        font-style: italic;
    }
    .recipe-page .recipeAuthorSegment {
        margin-bottom: 20px;
    }
    .recipe-page .ion-ios-pie-outline,
    .recipe-page #adform {
        display: none;
    }
    .recipe-page span.groupName {
        margin-top: 15px !important;
    }
    .recipe-page .ingredients .infoA {
        margin-bottom: 50px;
    }
    .recipe-page .authorImage {
        display: none;
    }
    .recipe-page .description {
        margin-bottom: 5px;
    }
    .recipe-page .description .number {
        font-weight: normal !important;
    }
    .recipe-page .description .text {
        font-size: 16px !important;
    }
    .recipe-page .portions-block,
    .recipe-page .preparation-time-block {
        font-size: 20px;
    }
    .recipe-page .portions-block .ion-ios-pie-outline {
        display: inline-block;
    }
    .recipe-page .portions-block .ion-ios-pie-outline,
    .recipe-page .preparation-time-block .ion-ios-clock-outline {
        vertical-align: middle;
    }
    .recipe-page .portions-block .text,
    .recipe-page .preparation-time-block .text {
        font-size: 14px;
        vertical-align: middle;
    }
    .recipe-page .portions-block .text:first-of-type,
    .recipe-page .preparation-time-block .text:first-of-type {
        font-weight: bold;
    }
    .recipe-page .preparation-time-block {
        margin-bottom: 25px;
    }
    .recipe-page .aboutRecipeSegment {
        margin-bottom: 0px;
    }
}