/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.cbn-product-memo-wrapper {
    width: 100%;
    clear: both;
    margin-top: 0px;
    padding: 26px 20px;
    background: #fff;
    box-sizing: border-box;
}

.cbn-product-memo-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.cbn-product-memo-title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
}

.cbn-product-memo-content img {
    max-width: 100%;
    height: auto;
}

.cbn-product-memo-content table {
    width: 100%;
    border-collapse: collapse;
    /*margin: 20px 0;*/
}

.cbn-product-memo-content table th,
.cbn-product-memo-content table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.cbn-product-memo-content a {
    word-break: break-word;
}

/* Full width per Enfold */
.single-product .cbn-product-memo-wrapper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}