p.riObrok {
    position: absolute;
    padding: 4px 20px;
    color: #ffffff;
    text-shadow: 3px 3px 6px #00000061;
    line-height: 30px;
    border-bottom-right-radius: 10px;
    cursor: default;
    box-shadow: 8px 8px 8px #0000002e;
    font-family: "Smooch Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    margin: 0;
    padding-top: 1px;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
}

div#receptSlika {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

div#receptInfo {
    max-width: 1100px;
    margin: 50px auto;
}

p.riNaslov {
    position: absolute;
    bottom: 0;
    background: #ffffffd4;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    text-shadow: 3px 3px 6px #00000065;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

div#riOpis {
    padding: 6px 0;
    font-family: "Smooch Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    text-shadow: 3px 3px 6px #00000065;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 30px 0;
    text-align: left;
}

div#receptInfo h3 {
    font-size: 26px;
    font-family: "Smooch Sans", sans-serif;
}

ul#listSestavine {
    font-size: 20px;
    line-height: 26px;
    padding-right: 10px;
}

    ul#listSestavine li {
        padding: 8px 0;
    }

        ul#listSestavine li span {
            font-weight: 600;
        }

div#riPostopek {
    width: 58%;
    display: inline-block;
    padding-left: 1%;
    border-left: 1px solid grey;
    text-align: justify;
}

    div#riPostopek div {
        font-size: 20px;
        line-height: 26px;
    }

div#riSestavine {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}

div#pikant h3, div#tezko h3, div#comments h3, div#oddajcomments h3{
    margin-bottom: 5px;
}

div#pikant img, div#tezko img {
    width: 38px;
    margin-right: 8px;
}
div#tezko, div#pikant {
    display: inline-block;
    width: 49%;
    text-align: center;
}
div#comments, div#oddajcomments {
    font-size: 20px;
    line-height: 26px;
}
textarea#txtKomentar {
    height: 100px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    padding: 5px 3px;
    background-image: linear-gradient(to right, #dffbf6, #87ffe9);
    width: 100%;
    border: none;
    border-left: 6px solid #52c1ad;
    font-family: monospace;
}
div#frmOddajKomentar button {
    padding: 5px 10px;
    margin-top: 10px;
}
ul#listkomentarji {
    list-style: none;
    padding: 0;
}
    ul#listkomentarji li {
        background: #f9f9f9;
        margin: 20px;
    }

.komMeta {
    font-size: 16px;
    color: #2d2d2d;
    background: #dfdfdf;
    padding: 0px 5px;
}

.komText {
    padding: 12px;
    color: #313131;
    line-height: 29px;
    border-bottom: 3px solid #dfdfdf;
}