html, body {
  font-family: "Roboto","Helvetica","Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
header {
  height: 56px;
  color: #fff;
  background: #73d216;
}
header h1 {
  font-size: 20px;
  font-weight: normal;;
  margin: 0;
  padding: 16px 0 0 1em;
}
.b {
  font-weight: bold;
}
.page-content {
  margin: 1em;
}
.dashboard {
  font-size: 1.2em;
  line-height: 1.6em;
}
.sub {
  font-size: 0.8em;
  color: silver;
}
.fw{
  width: 100%;
}
#meal{
  background: #73d216;
  font-size: 1.2em;
  padding: .2em;
  color: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  will-change: box-shadow;
  outline: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
