.box .tabs-large {
	width: 1100px;
	margin: 0px auto;
  }
  .box .tabs-large .tab-content {
	margin-left: 20px;
	margin-right: 20px;
  }
  .nav-tabs-styled {
	border: 0px;
	text-align: center;
	margin-bottom: 40px;
  }
  .nav-tabs-styled > li {
	display: inline-block;
  }
  .nav-tabs-styled > li > a {
	text-transform: uppercase;
	border: 0px;
	border: 1px solid #e9e9e9;
	color: #7e7e7e;
	border-right-width: 0px;
	border-radius: 0px;
	margin: 0px;
	transition: all 0.3s;
	font-weight: 200;
	font-size: 17px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
  }
  .nav-tabs-styled > li:first-child > a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
  }
  .nav-tabs-styled > li:last-child > a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #e9e9e9;
  }
  .nav-tabs-styled > li.active > a,
  .nav-tabs-styled > li > a:hover,
  .nav-tabs-styled > li > a:focus {
	background-color: #50BCBD;
	color: white;
	border-bottom: 1px solid #e9e9e9;
  }
  