main.recipes img.main-image {
    width: 620px;
    height: 360px;
}

main.recipes div.image-shadow {
    width: 620px;
    height: 14px;
}

main.recipes p.content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.recipe-list {
    padding-left: 0;
}

.recipe-list li {
    margin-bottom: 10px;
}

.recipe-list a {
    color: inherit;
}

#recipeSidebarSearch ul {
    padding-left: 0;
    list-style-type: none;
}
#recipeSidebarSearch ul li label {
    font-weight: normal;
}

#mealPlannerAddToDay {
    font-size: 1.5em;
}
#mealPlannerAddToDay li {
    font-size: 1.5em;
    padding: 5px;
}

#content.recipes .search-results-container {
    margin-top: 0px;
}

.recipe-search-list {
    list-style-type: none;
}

.recipe-search-list .recipe h3 {
    margin-bottom: 0;
}

.recipe-search-list .recipe .pager {
    margin-top: 0;
}

.recipe-search-list .recipe .data-label {
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}

.dropdown-menu li {
    cursor: pointer;
}

article.recipe {
}

article.recipe dl.summary-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

article.recipe .ingregients-list {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 5%;
}

article.recipe .ingregients-list li {
    padding: 3px;
}

article.recipe .ingregients-list .ingredient-quantity {
    /*display: inline-block;*/

    width: 25%;
    max-width: 70px;
    padding-right: 10px;
    text-align: right;
    float: left;
}

article.recipe .ingregients-list .ingredient-name {
    /*display: inline-block;*/

    width: 70%;
    float: left;
}

article.recipe .ingregients-list .ingredient-substitution-button {
    /*display: inline-block;*/

    float: left;
    text-align: center;
    width: 40px;
    padding: 1px;
    background-color: #ccc;
    border: 1px solid black;
    cursor: pointer;
}

article.recipe .ingregients-list .ingredient-substitution {
    /*display: inline-block;*/

    background-color: #ddd;
    padding: 5px;
    display: none;
    cursor: pointer;
}

main.recipes .disclaimer {
    font-style: italic;
    font-size: 0.8em;
    margin-top: 50px;
}

@media (max-width: 991px) {
    main.recipes img.main-image {
        width: 100%;
        height: auto;
    }

    main.recipes div.image-shadow {
        width: 100%;
        height: 14px;
    }

    .content-left {
        text-align: left;
    }

    .content-left ul.list {
        list-style-type: none;
    }
}
