@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
	text-align: center;
}
.tabs li {
  display: inline-block;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
	display: block;
	border-radius: 40px;
  background-color: #fff;
  border: 2px solid #9f8244;
  color: #888;
  font-weight: 500;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
	line-height: 30px;
	margin: 0 5px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs_item {
  display: none;
}
.tabs_item h4 {
  font-weight: bold;
  color: #87d3b7;
  font-size: 20px;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #9f8244;
}

.tabs_item h3 {
    margin-top: 40px;
    text-align: center;
}
