.simple_list{
    padding: 6px 5px 10px 5px;
}
.simple_list_item{
  /*display: block;*/
  height: 30px;
}
.simple_list_item .name{
    float: left;
}
.simple_list_item .remove{
    float: right;
}

.detailed_list{
    background-image: url('/img/bgs/small_box.png');
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
.detailed_list .recipe_actions{
    display: inline-block;
    padding-right: 20px;
}
.detailed_list .recipe_details{
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
}
.detailed_list .add{
    display: inline-block;
    /*float: left;
    margin: 0 10px 0 0;*/
}
.detailed_list .remove{
    display: inline-block;
    float: right;
    /*margin: 0 0 10px 0;*/
}
.detailed_list .name{
    text-align: left;

    font-size: 150%;
    font-weight: bold;
}
.detailed_list .rating{}
.detailed_list .servings{
    float: right;
    font-size: x-small;
    vertical-align: top;
}
.detailed_list .text{
    font-size: small;
    text-align: left;
    padding-left: 15px;
}


.tags{
    text-align:left;
}
.tags a{
    padding: 15px;
    margin: 15px;
    max-width: 400px;
}
.credits{
    text-align:right;
}

.recipe_ingredient_list{
    float: left;
    margin: 10px 5px;
    min-width: 200px;
}

.recipe{
    margin: 10px;
}
.recipe .servings{
    font-size: x-small;
    float: right;
}
.recipe .text{
    margin-top: 10px;
    text-align: left;
}
.recipe .remove{
    float: right;
}
/*
.ingredients_box{
    margin: 10px;
    width: 250px;
    float: left;
}
.ingredients .name{
    float: left;
}
.ingredients .remove{
    float: right;
}


/*for recipe list in grocery list
.list_recipe .name a{
    float: right;
}
.list_recipe .ingredients{
    margin-top: 25px;
}
.list_recipe .created,
.list_recipe .created_by{
    display: none;
    font-size: x-small;
    padding: 10px;
}
*/
