/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,body {
    line-height: 1;
    font-size: 14px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
.clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}

/*app theme start*/
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{background: #F3F9FC;color: #333;line-height: 1.5em;}
header {background: #127FC0;color: white;font-size: 1.5em;text-align: center;line-height: 2.5em;}
footer {background: #127FC0;position: fixed;left: 0;bottom:0;width: 100%;box-shadow: 0 -1px 5px #333;}
ul[data-tab-ctrl] li{width:33.33333333%;float:left;line-height: 4em;text-align: center;}
ul[data-tab-ctrl] li a{color: white;text-shadow: 1px 1px #333;font-size: 1.6em;display: block;margin: 5px;font-family: 'icomoon';}
ul[data-tab-ctrl] li.on a{background: #0D6194;border-radius: 3px;box-shadow:0px 0px 10px rgba(0,0,0,0.2) inset;}
div[data-tab-panel] {display: none;padding: 10px;}
#add input {width: 100%;color: #777;height: 35px;border: 1px solid #c7d0d2;border-radius: 3px;}

#about dl dt{font-weight: bold;}
.wrapper {text-align: center;}
div[data-food-list] {text-align: left;}
div[data-food-list] li{display: inline-block;padding: 10px;margin: 5px;list-style-type: none;}
div[data-food-list] li.selected{background-color: #FA8E1A;color: #ffffff;}
.run {
    cursor:pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:16px 34px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}.run:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
     background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
     background-color:#dfdfdf;
 }.run:active {
      position:relative;
      top:1px;
  }
.del{position: absolute;font-family: 'icomoon';display: none;}
.del::after{border:5px #d14836 solid;content: '\20';border-bottom:10px solid transparent;border-left:10px solid transparent;border-right:10px solid transparent;font-size: 0;position: absolute;left: 20px;top:99%;}
.del a{color: white;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dc4c39), color-stop(1, #d14836) );display: block;padding: 4px 20px;border-radius: 4px;font-size: 1.5em;}