* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.wrapper {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}

:focus {
    outline: none;
}

.fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-center {
    display: none;
}

section#content h2 {
    color: #0099bc;
    font-size: 38px;
    text-align: center;
    font-family: Gudea, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

.div-table {
    float: left;
    width: 31%;
    border: 1px solid #d0d0d0;
    margin: 6px 0.5%;
    overflow: auto;
    position: relative;
    height: 450px;
}

/*.preview_editor.div-table {
    width: 27%;
}
.resultant.div-table {
    width: 39%;
}*/
.preview_editor.div-table {
    overflow: hidden;
}

.div-table h5 {
    padding: 10px;
    background: #56ada4;
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin: 0;
    position: sticky;
    top: 0;
}

.div-table ul {
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0px;
}

.div-table ul li {
    margin: 7px 0;
    float: left;
    width: 100%;
    color: #fffd98;
}

.div-table ul li span {
    float: left;
    width: 44%;
    color: #4d4d4d;
    line-height: normal;
    margin-right: 2%;
    font-size: 16px;
}

.div-table ul li input {
    width: 51%;
    border: 1px solid #56aea4;
    float: right;
    padding: 7px 4px;
    height: auto;
    margin-left: 2%;
    margin-right: 0;
    font-size: 10px;
}

.div-table textarea {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: none;
    height: auto;
    padding: 20px;
    text-align: center;
}

.div-table textarea {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    text-align: center;
    resize: none;
    height: 400px;
    font-size: 14px;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.3;
}

div#preview_code h4 {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    font-size: 19px;
    margin: 0;
    padding: 10px;
}

.image-vault {
    float: left;
    width: 100%;
    position: relative;
    min-height: 200px;
}

.image-vault {
    float: left;
    width: 100%;
    position: relative;
    min-height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-vault img {
    max-width: 109px;
    display: inline-block;
}

/*.resultant.div-table span {
    font-size: 24px;
    text-align: center;
    padding: 0 60px;
    display: block;
    float: left;
}*/
.embed-code {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

/*nav.fusion-main-menu span.menu-text.fusion-button {
    background: #fedcb3;
    color: #0098bb;
}*/
.embed-code .integration {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.embed-code .integration p {
    line-height: 24px;
    margin: 10px 0;
}

.embed-code .integration img {
    max-width: 360px;
}

.embed-code .integration.int-image {
    text-align: center;
}

div#preview_code xmp {
    width: 100% !important;
}

.div-table div#preview_code a {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.div-table div#preview_code a img {
    max-width: 200px;
}

@media only screen and (max-width: 767px) {
    section#content h2 {
        margin-bottom: 50px;
    }

    .div-table textarea {
        height: 230px;
    }

    .embed-code {
        display: none;
    }

    .div-table {
        width: 100%;
        margin: 10px 0;
        height: auto !important;
    }

    section#content {
        float: left;
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .div-table ul li span, .div-table ul li input {
        width: 98%;
        margin: 0 1%;
    }

    .div-table ul li span {
        margin-bottom: 10px;
    }
}
