@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.tab {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
/*  width: 80%;*/
  margin: 0 10 ;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
 /* color: #888;*/
  -webkit-font-smoothing: antialiased;
  z-index:1;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  list-style-type:none;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 12.5%;
}
.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0px 15px;
  text-align: center;
  font-size:smaller;
  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;
  border-bottom: 2px solid #b93838;
  
}

.tabs_item {
  display: none;
  padding: 30px 0;
  font-size: 15px;
  color: #777;
}
.tabs_item h4 {
  font-weight: bold;
  color: #b93838;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #b93838;
}
