@charset "utf-8";
/* CSS Document */


/* Style the tab */
.tab {
  z-index: 120;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #336699;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  z-index: 121;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  z-index: 122;
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  z-index: 123;
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  z-index: 124;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabfnt {
  z-index: 125;
  font-family: IrisUPC;
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
}