@import url(https://fonts.googleapis.com/css?family=Work+Sans);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{overflow:hidden}body,input{font-family:Work Sans,sans-serif;font-size:16px}#app{width:100vw;height:100vh;background:#a2e47c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recipe,.search{-webkit-box-flex:0;-ms-flex:0 0 100vh;flex:0 0 100vh}.search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-flex-basis .15s linear;transition:-webkit-flex-basis .15s linear;transition:flex-basis .15s linear;transition:flex-basis .15s linear,-webkit-flex-basis .15s linear,-ms-flex-preferred-size .15s linear}.recipe-visible .search{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px}.search__container{width:60%;min-width:400px;max-width:800px;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 0 0;border-radius:6px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,.1);box-shadow:0 5px 20px rgba(0,0,0,.1);overflow:hidden}.search__container,.search__input{display:-webkit-box;display:-ms-flexbox;display:flex}.search__input{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;background:#fff}.search__input input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:24px;border:0;background:none}.search__input input:focus{outline:0}.search__input .clear-input{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;color:#ccc;cursor:pointer}.search__results{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background:#fff;padding:0 0 10px 0;background:#f5f5f5;border-top:1px solid #e6e6e6;overflow-y:scroll}.search__results::-webkit-scrollbar{display:none}.search__results div{padding:24px 24px;border-bottom:1px solid #e6e6e6}.search__results div:hover{background:#f66;cursor:pointer}.search .back-to-search{cursor:pointer}.recipe{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:40px;background:#fff}.recipe__container{width:80%;min-width:400px;max-width:800px}.recipe__ingredients{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.recipe__prep{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;line-height:26px;padding-left:30px}