#ingateseo_config.tabs {
  display: inline-block;
  width: 100%;
}
#ingateseo_config.tabs > div {
  padding-top: 10px;
}
#ingateseo_config.tabs ul {
  margin: 0;
  padding: 0;
}
#ingateseo_config.tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 5px;
  background: #666;
}
#ingateseo_config.tabs ul li {
  margin: 0 4px 0 0;
  cursor: pointer;
  display: block;
  float: left;
  padding: 5px 15px 2px;
  background: #e9eaeb;
  color: #707070;
  -webkit-border-radius: 8px 8px 0 0;-moz-border-radius: 8px 8px 0 0;border-radius: 8px 8px 0 0;
}
#ingateseo_config.tabs ul li.active, #ingateseo_config.tabs ul li.active:hover {
  background: #666;
  color: #fff;
}
#ingateseo_config.tabs ul li:hover {
  background: #d6d6d7;
}
