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-results {
    /*width: 650px;*/
}
#recipe-search-results th.recipe-name{
    width: 340px;
}
#recipe-search-results th.serving-size{
    width: 78px;
}
#recipe-search-results th.prep-time{
    width: 64px;
}
#recipe-search-results th.cook-time{
    width: 67px;
}

#recipe-search-results tbody td, #recipe-search-results thead th {
    padding: 3px 6px;
}

#recipe-search-results tbody {
    background: #FFF;
}

#recipe-search-results tbody .odd {
    background: #DDD;
}
.dataTables_paginate{
    text-align: center;
}
.dataTables_paginate a {
    padding: 3px 15px;
}
.dataTables_paginate span a {
    padding: 3px;
}
.dataTables_paginate a.ui-state-disabled{color:#333;}

.dataTables_info {
    margin-top: 10px;
    font-size: 0.8em;
    font-style: italic;
}

.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: .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;
    }
}
