.product.data.items {
    margin: 0 0 20px;
    padding: 0;
}
.product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.product.data.items > .item.title > .switch {
    display: block;
}
.product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
.product.data.items > .item.content::before,
.product.data.items > .item.content::after {
    content: "";
    display: table;
}
.product.data.items > .item.content::after {
    clear: both;
}
.product.data.items > .item.content.active {
    display: block;
}
.product.data.items > .item.title {
    margin-top: 5px;
    margin-bottom: 5px;
}
.product.data.items > .item.title > .switch {
    background: #f0f0f0 none repeat scroll 0 0;
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
    color: #7d7d7d;
    font-size: 1.8rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
    text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc none repeat scroll 0 0;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 5px;
}
.product.data.items > .item.content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    margin: 0;
    padding: 0;
}

.product.data.items > .item.content > div:first-child {
    margin-top: 0 0 5px;
    padding: 20px;
}
