*, *:before, *:after {
  margin: 0;
  box-sizing: border-box;
} 
	font: 14px 'Bebas Neue';
}
{
  margin-top: 100px;
	font-family: 'Trebuchet MS', serif;
  line-height: 1
}

.container {
  width: responsive;
	margin: 0 auto;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
	list-style: none;  
}

ul.tabs li {
	color: #98989A;
  opacity: 0.7;
  font: 1rem 'Bebas Neue';
  letter-spacing: 1px;
	display: inline-block;
	padding: 4px 4px;
  margin: 3px 0px 0px 0px;
	cursor: pointer;
}

ul.tabs li.current{
  opacity: 1;
  border-bottom: 3px solid #00aeef;
  font: 1rem 'Bebas Neue';
  letter-spacing: 1px;
  color: #555555;
}

.tab-content{
  display: none;
  background: #ffffff;
  padding: 5px;
}

.tab-content.current{
  display: inherit;
}