.ingml-container {

  
    margin-left: auto;
    margin-right: auto; 

    margin-top: 30px;

}

 

.ingml-list-item {
    width: 100%;
    /* display: inline-block; */
    display: block;
    margin: 0px;
    border-bottom: 2px dotted #eee;
    padding: 8px 0;
}

.ingml-list-item dt, .ingml-list-item dd {
    font-weight: normal;
}


.ingml-list-item dt {
    display: flex;
    width: 100%;
}

.ingml-list-item dt * {
    font-weight: normal;
    font-size: 16px;
}


.ingml-list-item dt .list-item-label {
    flex: 1 0 0;
    padding-right: 10px;
}

.ingml-list-item dt .list-item-value {
    flex: 1;
    text-align: right;
}

 

.ingml-container dl.ingml-list-item dd {
    width: 100%;
    margin: 0 !important;
    padding: 5px 0;
}

.ingml-container dl.ingml-list-item dd * {
    font-size:13px;
    font-style: italic;
    margin: 0;
}
 

@media screen and (max-width: 768px){


    .ingml-menu-container {
        -ms-grid-template-columns: repeat(1, 1fr) !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .ingml-list-item {
        margin-bottom: 15px;
    }
}