
/* Tab Bar */
tab-bar {
  background-color: #aceace;
}

tab-bar tab-bar-item {
  color: black;
  font-family: "Avenir";
  font-size: 10pt;
}

tab-bar tab-bar-item:selected {
  color: #0096d7;
}

navigation-bar {
  background-color: #3CB371;
}

navigation-bar title {
  color: #363636;
  font-size: 20px;
}
