/* Recipe CSS - do not modify or move the following rule - it is used to identify this file in the javascript code */
.recipe_identifier {
    display: none;
}

.recipe_photo_select {
    width: 600px;
    height: 288px;
    margin: 5px 0px 5px 0px;
    object-fit: cover;
    background-size: cover;
}

.recipe_photo_select:hover {
    cursor: pointer;
}

.recipe_name {
    width: 588px;
    padding: 5px;
    margin: 4px 5px 10px 0px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 2px;
    font-style: italic;
	font-family: Arial, sans-serif;
	font-size: 18px;
    color: #80C0FF;
}

.recipe_description {
    width: 588px;
    padding: 5px;
    margin: 4px 5px 5px 0px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    font-style: italic;
	font-family: Arial, sans-serif;
	font-size: 16px;
    color: #80C0FF;
}

.recipe_text {
    width: 588px;
    padding: 5px;
    margin: 6px 5px 6px 0px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.recipe_ingredients_container {
    padding: 5px;
    margin: 0px 0px 3px 0px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    font-style: italic;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.recipe_ingredient_container {
    width: 508px;
    padding: 3px;
}

.recipe_list_description {
    width: 500px;
    height: 18px;
    padding: 5px;
    font-style: normal;
    font-weight: 500;
}

.recipe_list_description:hover {
    cursor: pointer;
}

.recipe_ingredient_quantity {
    width: 50px;
    height: 30px;
    padding: 5px;
    margin-right: 2px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 4px;
    font-style: normal;
}

.recipe_ingredient_ingredient {
    width: 244px;
    height: 18px;
    padding: 5px;
    margin-right: 2px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 4px;
    font-style: italic;
    color: #80C0FF;
}

.recipe_ingredient_ingredient:hover {
    cursor: pointer;
}

.recipe_ingredient_units {
    width: 50px;
    height: 18px;
    padding: 5px;
    margin-right: 2px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 4px;
    font-style: normal;
}

.recipe_ingredient_units:hover {
    cursor: pointer;
}

.recipe_ingredient_note {
    width: 122px;
    height: 30px;
    padding: 5px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 4px;
    font-style: italic;
    color: #80C0FF;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.recipe_waiting_message {
    width: 122px;
    height: 30px;
    padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 16px;
    color: #01059D;
    font-style: italic;
}

.recipes_title {
	font-size: 22px;
	font-weight: 100;
	background-color: #66A6BD;
	color: #FFFFFF;
    text-align: center;
	line-height: 26px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}
.recipes_bottom_line {
	background-color: #66A6BD;
	color: #FFFFFF;
	line-height: 4px;
	margin: 10px 0px 5px 0px;
}

.recipe_content_area {
    display: inline-block;
	padding: 10px 0px 5px 10px;
    text-align: center;
    width: 600;
    border-style: none;
}

.recipe_display_name {
    padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
    font-weight: 600;
    color: #020202;
}

.recipe_display_description {
    padding: 5px 5px 10px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
    font-style: italic;
    text-align: left;
    color: #020202;
}

.recipe_display_photo {
    width: 600px;
    height: 288px;
    object-fit: cover;
    background-size: cover;
}

.recipe_display_ingredient_list {
    padding: 5px;
    width: auto;
    height: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #020202;
}

.recipe_display_ingredient_item {
    width: auto;
    height: auto;
	font-size: 18px;
    font-weight: 100;
    text-align: left;
}

.recipe_display_ingredient_quantity {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    height: auto;
    width: 70px;
    text-align: right;
}

.recipe_display_ingredient_units {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    height: auto;
    width: 100px;
}

.recipe_display_ingredient_ingredient {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    height: auto;
    width: 400px;
}

.recipe_display_text {
    padding: 5px 0px 5px 0px;
    height: auto;
    width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
    text-align: left;
    color: #020202;
}

.recipe_display_text_list {
    padding: 5px;
    width: auto;
    height: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #020202;
    list-style-type: square;
}

.recipe_display_text_list_items {
    padding: 5px 0px 0px 30px;
    list-style-type: square;
	font-size: 16px;
    font-weight: 100;
}

.recipe_num_servings {
    padding: 0px 5px 10px 0px;
    text-align: left;
    height: auto;
    width: auto;
}

.recipe_text_list_container {
    width: 589px;
    margin: 0px 0px 3px 0px;
    padding: 5px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    font-style: italic;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.recipe_text_list_item {
    width: 499px;
    height: auto;
    margin: 2px 0px 2px 3px;
    padding: 5px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 4px;
    color: #80C0FF;
    font-style: italic;
	font-family: Arial, sans-serif;
	font-size: 16px;
    field-sizing: content;
}
