/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
/*
.tab button.active {
  background-color: #2196f3;
}
*/

#income_statement_tab.active {
  background-color: #2196f3;
}

#retained_earnings_tab.active {
  background-color: #2196f3;
}

#balance_sheet_tab.active {
  background-color: #2196f3;
}

#ratios_tab.active {
  background-color: #2196f3;
}

#yellow_tab.active {
  background-color: #FFD42A;
   color: #000000;
}

#blue_tab.active {
  background-color: #0055D4;
  color: #FFFFFF;
}

#green_tab.active {
  background-color: #00B28C;
  color: #000000;
}