.page-title{
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}
.page-container{
    min-height: 500px;
}

.lg-row, .lg-row5{
    margin-bottom: -1px;
    border-radius: 0;
}
.lg-row5>.list-group-item:first-child{
    border-bottom-left-radius: 0;
}
.lg-row>.list-group-item:last-child,
.lg-row5>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.lg-row>.list-group-item:last-child,
.lg-row5>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.lg-row li:nth-child(1){
    width: 100%;
}

.lg-row5 li:nth-child(1){
    width: 15%;
}
.lg-row5 li:nth-child(2){
    width: 15%;
}
.lg-row5 li:nth-child(3){
    width: 18%;
}
.lg-row5 li:nth-child(4){
    width: 15%;
}
.lg-row5 li:nth-child(5){
    width: 37%;
}


@media only screen and (max-width: 800px) {
    .lg-row5{
        margin-bottom: 20px;
        border-radius: .25rem;
    }
    .lg-row5 li{
        width: unset !important;
    }
    .lg-row5>.list-group-item:first-child {
        font-weight: bold;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .lg-row5>.list-group-item:last-child {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .dropdown{
        display:block;
    }

    .nav-tabs{
        display: none;
    }

    .accordion-button {
        padding: .7rem 1rem;
    }

}
.recete-detay-aciklama {
    color: red;
    font-weight: bolder;
}