h2 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  padding: 4px;
  padding-left: 8px;
}

h3 {
  color: #444444;
  font-family: Gill Sans;
}

.section {
  border: 1px solid #cccccc;
  border-bottom: none;
}

.section:last-child {
  border-bottom: 1px solid #cccccc;
}

.sections {
  border-bottom: 1px solid #cccccc;
}

.sections .section:last-child {
  border-bottom: none;
}

.possible-drop-target {
  border: 1px solid #777777;
  border-bottom: none;
}

.possible-drop-target:last-child {
  border-bottom: 1px solid #777777;
}

.possible-drop-target h3 {
  color: black;
}

.active-drop-target {
  background: white;
}

.ui-draggable-dragging {
  list-style: none;
  border: 1px solid #aaaadd;
  padding: 4px;
}

.section {
  padding: 8px;
}

.section h3 {
  margin-top: 0;
  padding-top: 0;
}

.saving {
  color: #cccccc;
}

.saving:after {
  content: " (Saving...)";
}

.points-list {
  margin: 0;
  padding: 0;
}
.points-list li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  clear: both;
}
.points-list li:last-child {
  border-bottom: none;
}
.points-list li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.points-list .unit {
  color: #555555;
  float: left;
  width: 21%;
}
.points-list .points-wrapper {
  float: right;
  text-align: right;
  width: 19%;
}
.points-list .points {
  font-weight: bold;
  color: #550000;
}
.points-list .name {
  float: left;
  width: 58%;
}

li.editing {
  margin: -5px;
  margin-bottom: 0;
  padding: 5px;
  background: white;
  border: 1px solid #aaaaaa !important;
}

.activity-list .points {
  color: #006600;
}

.quantity-editor .text {
  border: 1px solid #cccccc;
  padding: 2px;
}

#food-menu .sections {
  max-height: 200px;
  overflow-y: auto;
}

#food-menu li {
  cursor: default;
  padding-left: 25px;
  text-indent: -25px;
}

#food-menu li.editing {
  padding-left: 5px;
  text-indent: 5px;
}

#favorite-list li {
  border-bottom: 1px dotted #aaaaaa;
}

#favorite-list li:last-child {
  border-bottom: none;
}

#found-foods {
  padding-top: 10px;
}

#found-foods li {
  border-bottom: 1px dotted #aaaaaa;
}

#found-foods li:last-child {
  border-bottom: none;
}

#food-menu li:hover {
  background: #ffffff;
}

.commercial-food-brand {
  color: #990000;
  padding-right: 0.5em;
}

.commercial-food-brand:after {
  content: ":";
}

#today-summary {
  float: right;
}
#today-summary table {
  border-spacing: 0;
}
#today-summary td, #today-summary th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: inherit;
  width: 6em;
  padding: 2px;
}
#today-summary th {
  background: #81cc81;
  padding-left: 8px;
  padding-right: 8px;
}
#today-summary tr:first-child th {
  padding: 2px;
}
#today-summary tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
#today-summary tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
#today-summary td {
  border: 1px solid #aaccaa;
  border-left: none;
  background: white;
  width: 3em;
  font-size: 2em;
  text-align: center;
  color: #339933;
}
#today-summary td:first-child {
  border: 1px solid #aaccaa;
}
#today-summary tr.summary-allowance td:first-child {
  border-bottom-left-radius: 12px;
}
#today-summary tr:last-child td {
  border-top: none;
}
#today-summary tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
#today-summary .summary-allowance td {
  color: #66aa66;
  font-size: 1.4em;
}
#today-summary td.summary-daily-used {
  font-size: 2em;
  color: #339933;
  font-weight: bold;
}

.calculator {
  /* box-shadow: 0 0 5px 0 #666666 inset; */
  border: 1px solid #aaaaaa;
  border-radius: 0;
}
.calculator table {
  width: 100%;
  border-spacing: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.calculator .calculator-save-wrapper, .calculator .calculator-remove-wrapper {
  border-left: 2px solid #444488;
  width: 4em;
}
.calculator .calculator-save-wrapper a, .calculator .calculator-remove-wrapper a {
  color: #444488;
  text-decoration: none;
}
.calculator .calculator-save-wrapper {
  border-bottom-right-radius: 0;
}
.calculator .calculator-remove-wrapper {
  border-top-right-radius: 0;
  border-bottom: 2px solid #444488;
}
.calculator th {
  background: #444488;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  font-family: Gill Sans;
  font-size: 0.8em;
}
.calculator td {
  text-align: center;
  background: white;
}
.calculator .calculator-points-wrapper {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  width: 5em;
}
.calculator .calculator-points {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 2em;
}
.calculator table input {
  width: 100%;
  height: 100%;
  border: None;
  text-align: center;
}
.calculator input.calculator-name {
  width: 97%;
}
.calculator .calculator-nutrition-inputs td {
  width: 4.3em;
}
.calculator .calculator-nutrition-inputs td input[name=protein] {
  width: 94%;
}
.calculator textarea {
  background: url(/images/auto-nutrition.png);
  background-position: 2px center;
  background-color: inherit;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  border: none;
  height: 16px;
  width: 16px;
  margin: 0;
  margin-top: -7px;
  padding: 2px;
  resize: none;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-row {
  text-align: right;
}

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