/* NEW SHIT HERE */
.recipe_sort{
    text-align: right;
}

/* OLD SHIT BELOW */
.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: 2px 5px;
}
.detailed_list .recipe_actions {
    background: #cccccc;
    padding: 0;
}
.detailed_list .recipe_details{
    display: inline-block;
    /*border: 1px solid #999;*/
    vertical-align: top;
    height: 85px;
    width: 425px;
    margin-bottom: 8px;
}
.detailed_list .name{
    text-align: left;

    font-size: 150%;
    font-weight: bold;
}
.detailed_list .submitted_by{
    display: inline-block;
}
.detailed_list .rating{}
.detailed_list .servings{
    float: right;
    font-size: x-small;
    vertical-align: top;
}
.detailed_list .text{
    font-size: x-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;
}

