.product.data.items > .item.title {
  width: 100%;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.product.data.items > .item.title > .switch {
  margin: 0 !important;
  padding: 0 0 0 30px!important;
  font-weight: normal;
  border-bottom: solid 1px #e7e7e7;
  height: 35px;
  line-height: 35px;
  background: #f7f7f7;
  overflow: hidden;
}
.product.data.items > .item.content {
  border: 0 !important;
}
.product.data.items > .item.title.active > .switch {
  background: #969191 !important;
}
.contents {
  display: inline-block;
  margin-top: 10px;
}
