/* Style the tab */
.tab, .tab_inner, .tab_innerDash, .tab_innerFounder, .tab_innerDeal {
  width: 1210;
}

.tab_inner, .tab_innerDash, .tabinnerFounder, .tab_innerDeal {
  width: 1088;
}



.tab, .tab_inner, .tab_innerDash, .tab_innerFounder, .tab_innerDeal, .tab_inner_nowidth {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #f8f8f8;
}




/* Style the buttons that are used to open the tab content */
.tab button, .tab_inner button, .tab_innerDash button, .tab_innerFounder button, .tab_innerDeal button, .tab_inner_nowidth button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  transition: 0.3s;
  font-size:small;
  font-family: 'Univers Next Pro',sans-serif;  
}

/* Change background color of buttons on hover */
.tab button:hover, .tab_inner button:hover, .tab_innerDash button:hover, .tab_innerFounder button:hover, .tab_innerDeal button.hover, .tab_inner_nowidth button:hover {
  background-color: #CCC;
}

/* Create an active/current tablink class */
.tab button.active, .tab_inner button.active, .tab_innerDash button.active, .tab_innerFounder button.active, .tab_innerDeal button.active, .tab_inner_nowidth button.active {
  background-color: #eeeeee;
}

/* Style the tab content */
.tabcontent, .tabcontent_inner, .tabcontent_innerDash, .tabcontent_innerFounder, .tabcontent_innerDeal {
  display: none;
  border: 0px solid #ccc;
  border-top: none;
  background: #efefef70;
}
.tabcontent_inner, .tabcontent_innerDash, .tabcontent_innerFounder, .tabcontent_innerDeal {
	background: #eeeeee;
	padding: 2px;
}

