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

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 30%;
  font-size:12px;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
    font-size:12px;
}
.tabs a {
  background-color:#F54816;
  border-bottom: 1px solid #fff;
  color: #190707;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  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 #FAFAFA;
    font-size:12px;
  
}

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

.current a {
  color:#FFFFFF;
  background:#413E3E;
    font-size:12px;
}

.table {
color:#000033;
border:solid;
  font-size:12px;
}
