.mp_unestimated_meal__meal-item-image {
    width: 265px;
    height:160px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 30px;
    margin-bottom: 10px;
}

.mp_unestimated_meal__empty-container {
    height: 60px;
    width: 100%;
}

.mp_unestimated_meal__meal-info-container {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #252525;
    width: 210px;
    height: 80px;
    background-color: rgba(255,255,255,0.9);
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-shadow: -1px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: -1px 2px 1px 0px rgba(0,0,0,0.1);
}

.mp_unestimated_meal__meal-type-info-container {
    font-weight: bold;
    font-size: 10px;
    color: #4a90e2;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
}

.mp_unestimated_meal__waiting-redirect {
    text-align: center;
    margin-left: -30px;
    margin-bottom: 15px;
}
