#title {
    max-width: 38.8rem;
}

.recipe_info {
    border-bottom: 1px dashed #dedede
}

.cover_intro {
    min-width: 80%;
    margin: 1rem auto
}

#cover {
    border: 1px solid #dfdfdf;
    padding: 1px
}

.intro {
    background: rgba(0, 0, 0, .4);
    bottom: 10px;
    left: 3px;
    right: 3px;
    font-size: 14px;
    line-height: 22px;
    text-indent: 2rem
}

#material dt,
.info_list dt {
    background-color: #efefef
}

#material dl dd,
.info_list dd {
    padding: .4rem 1rem;
    margin: 0;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf
}

.info_list dd:nth-child(4n+1) {
    border-right: none
}

#material dl dd span {
    float: right
}

#material dd:nth-child(2n+1) {
    border-right: none
}

.lastItem dd.col-6:last-child {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    border-right: none !important;
    max-width: 100% !important
}

.steps .order {
    color: #ff3232;
    font-family: arial;
    line-height: .5 !important
}

.step {
    line-height: 1.6;
    border-bottom: 1px dotted silver
}

.step:last-child {
    border-bottom: none
}

.tips p {
    text-indent: 2rem
}

.comment_view {
    background: #f5f5f5
}

.comment_view h3:before {
    content: "\f27a";
    color: #c63300;
    transform: rotateY(180deg)
}

.comment_message {
    background: #fff;
    border: 1px solid #d8e1f0;
    padding: 8px 1rem;
    line-height: 23px
}

.comment_message:before {
    content: "";
    border: solid #d8e1f0;
    border-width: 0 1px 1px 0;
    display: block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: #fff;
    position: absolute;
    left: -8px;
    top: 30px
}

#comments textarea {
    width: 100%;
    min-height: 8rem;
    color: #495057;
    border: 1px solid #ced4da
}

.btn-submit {
    background-color: #117a8b;
    border: 1px solid #10707f
}

.btn-submit:hover {
    background-color: #138496;
    border-color: #117a8b
}

.btn-submit,
.form-input {
    padding: .375rem .75rem;
    line-height: 1.5;
    font-size: 1rem
}

.form-input {
    height: 38px;
    color: #495057;
    border: 1px solid #ced4da
}