.w-tabs {
  margin: 0 -10px;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tabs .w-tab {
  margin: 0 10px;
  float: left;
  margin-bottom: 10px;
}
.w-tabs .w-tab .w-btn {
  padding-left: 20px;
  padding-right: 20px;
}
