/* upload */
textarea{
    width:50vh;
    height:50vh;
}
/* upload */

/* index */
#recipeList li{
    overflow:hidden;
    cursor: pointer;
}
#recipeList button{
    float:right;
    z-index: -9999;
}
/* index */


/* recipe */
#recipeView{
    /* height:100vh;
    width:100vw; */
}
#recipeView #ingredients{
    height: 100%;
    overflow-y:auto;
}
#recipeView #ingredients .row{
    margin-bottom: 5px;
    border: grey 1px solid;
    border-radius: 6px;
}
#recipe_list{
    padding:10px;
}
#recipeView h3{
    padding-left:5px;
}

#recipeView #method{
    padding-left:0px;
    overflow-y:auto;
}
.ingredient_match{
    font-weight: bold;
}
.timer_match {
  border-radius: 4px;
  border: green 1px solid ;
  font-weight: bold;
  cursor: pointer;
}


.preheat_match{
  border-radius: 4px;
  border: red 1px solid ;
  font-weight: bold;
  cursor: pointer;
}
.row{
    margin:0px;
}
#toolbar_row{
    z-index:9999;
    background-color: #00000030;
}
#main_row{
    height: 100%;
}
#ingredients{
    padding: 0px;
}
