/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

button{border:1px solid #a9a9a9;border-radius:4px;background-color:#f7f7f7}button:active{background-color:#e6e6e6}button:focus{border:2px solid #4392c7;outline:none}button:focus::-moz-focus-inner{border:0}input,textarea,button{font-size:16px}input[type=text],input[type=password]{padding:6px 8px;border:2px solid #ddd;border-radius:3px;outline:none;-webkit-transition:border 200ms;transition:border 200ms}input[type=text]:focus,input[type=password]:focus{border:2px solid #4392c7}button,input[type=submit]{cursor:pointer}.tabularNumbers,.Day ol li.meal .Meal_view .time,.diff{font-feature-settings:"tnum"}.diff{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;width:100%;box-sizing:border-box;font-size:calc(3rem + 5vw)}.diff .shortDotted{color:#0d0d0d}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";box-sizing:border-box;font-size:13px}h1{font-size:2rem}h2{font-size:1.8rem}body{margin:0;padding:0;box-sizing:border-box;-webkit-box-pack:center;justify-content:center}.tracker{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-height:100vh;margin:0 auto;max-width:800px}@media only screen and (min-width: 800px){.tracker{border-left:1px solid gray;border-right:1px solid gray}}.tracker main{-webkit-box-flex:1;flex:1}.tracker footer{padding:1rem;background-color:#4a525a;color:#eee;font:normal .85rem Fira Code}table tbody tr td:first-child{padding-left:0}table tbody tr td:last-child{padding-right:0}.new-meal-form{padding:0.375rem;display:grid;grid-template-columns:1fr 1fr auto;grid-gap:.4rem;-webkit-box-align:center;align-items:center;height:3.2rem}.new-meal-form input,.new-meal-form button{height:100%}.new-meal-form input{min-width:1px}.new-meal-form button{min-width:4rem}.kinda-modal{width:360px;height:420px;border:2px solid gold;background-color:#fff;position:fixed;box-shadow:0 2px 2px 2px rgba(0,0,0,.15)}.calendar{min-width:350px;max-width:350px;box-sizing:border-box;padding:4px 8px;padding-bottom:8px;border:1px solid rgba(0,0,0,.09);border-radius:2px;box-shadow:0px 1px 1px 0px rgba(0,0,0,.1);margin-bottom:1rem}.calendar .head{min-height:2.5rem;width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:1rem}.calendar .head .month_year{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-flex:1;flex:1;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline}.calendar .head .month_year .year{font-size:1.8rem;font-weight:300;color:#f33e35;font-feature-settings:"tnum" 0}.calendar .head .month_year .month{font-size:1.8rem;font-weight:500;margin-right:.6rem;color:#1a1a1a}.calendar .head .month_navigation{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;max-width:60px;height:100%;min-height:2rem}.calendar .head .month_navigation button{-webkit-box-flex:1;flex:1;padding:0;height:2rem;border:none;background:none;background-color:#fff;color:#000;font-size:1.2rem;color:dimgray}.calendar .head .month_navigation button:active{border:none;box-shadow:none;color:#000}.calendar .head .month_navigation button:focus{border:none;box-shadow:none}.calendar .state{background-color:rgba(0,0,0,.06);padding:4px 6px;margin-bottom:4px;border-radius:4px}.calendar .state *{padding:0;margin:0}.calendar table{width:100%;padding:0;border-collapse:collapse}.calendar table td,.calendar table th{height:1.6rem;margin:0;vertical-align:middle;text-align:center;font-size:.85rem;width:12.5%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.calendar table th{text-transform:uppercase;color:#999;font-size:.6rem;font-weight:500;text-align:center}.calendar table .cw{font-size:.6rem;color:#999;border-right:1px solid #ccc}.calendar table .calendar_day{color:#999}.calendar table .calendar_day div{margin:auto;width:20px}.calendar table .calendar_day.in_month{color:#000}.calendar table .calendar_day.selected div.caret{font-size:.95rem;padding:7px 7px;margin:-7px -7px;border-radius:100%;background-color:#0095ff;color:#fff;box-shadow:0px 1px 1px 0px rgba(0,0,0,.15);text-shadow:0px 1px 1px 0px #000}.calendar .calendar_time{margin:1.5rem auto 2rem;display:-webkit-box;display:flex}.calendar .calendar_time input{margin:0 auto;-webkit-box-flex:0;flex:0 1;width:10rem;text-align:center;font-size:1.4rem}.calendar .calendar_time.has_errors input{border:2px solid red}.calendar .actions{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;height:3rem}.calendar .actions button{-webkit-box-flex:1;flex:1 1}.calendar .actions button.cancel{margin-right:.3rem}.calendar .actions button.save{margin-left:.3rem}.calendar .actions button.cancel{opacity:.6}code{font-size:.8rem;font-family:"Roboto Mono",monospace;font-weight:400}.new-user{display:grid;grid-template-columns:9rem 1fr;grid-gap:.7rem;-webkit-box-align:baseline;align-items:baseline}.new-user label{color:#222;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-user button{grid-column:2/3}.Day header{height:2.2rem;background-color:#e6e6e6;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:1rem}.Day header h2{-webkit-box-flex:1;flex:1;font-size:1rem}.Day ol{list-style-type:none;font-size:13px;margin:0;padding:0}.Day ol button{font-size:13px}.Day ol li.meal{padding:0 0 0 1rem}.Day ol li.meal:nth-child(even){background-color:#d8ecf3}.Day ol li.meal .pictures{display:grid;grid-template-columns:1fr 1fr;grid-gap:0.5rem;justify-items:center;-webkit-box-align:center;align-items:center;padding-bottom:1rem}.Day ol li.meal .pictures img{background-color:#ffffe0;border:1px solid gray;box-shadow:0 1px 1px gray}.Day ol li.meal .options{-webkit-box-flex:1;flex:1;-webkit-box-align:center;align-items:center;max-width:11.25rem;min-width:1rem;display:grid;grid-template-columns:50% auto;grid-gap:4px;height:100%;padding:4px}.Day ol li.meal .options button{-webkit-box-flex:1;flex:1;height:100%;padding:0}.Day ol li.meal .Meal_edit{min-height:4rem;display:-webkit-box;display:flex}.Day ol li.meal .Meal_edit>*{-webkit-box-flex:1;flex:1}.Day ol li.meal .Meal_edit .options{grid-template-columns:100%}.Day ol li.meal .Meal_view{height:2.2rem;padding:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.Day ol li.meal .Meal_view .time{-webkit-box-flex:1;flex:1;max-width:4rem}.Day ol li.meal .Meal_view .note{-webkit-box-flex:1;flex:1}

/*# sourceMappingURL=app.css.map*/