/* Style tab links */
.tablink {
  background-color: #ff721f;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 24px;
  width: 25%;
}

.tablink:hover {
  background-color: #f53d00;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: rgb(255,72,0);
  display: none;
  padding: 10px 20px;
}