@media screen and (max-width: 500px) {
.t396__artboard .rendered{
    width:100vw!important;
}


}

.marquiz__container_inline {
    max-width: 1200px !important;
}

#rec791336940 .tn-elem[data-elem-id="1724866817288"] .tn-atom {
    border-radius: 20px 20px 0px 0px !important;
}


#rec787007321 .tn-elem[data-elem-id="1725014504261"] .tn-atom__img {
    border-radius: 20px 0px 20px 0px !important;
}

* {
    pointer-events: auto !important;
}

.caps_table table{
    border: 1px solid #eee;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}
.caps_table table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}
.caps_table table td{
    padding: 5px 10px;
    border: 1px solid #eee;
    text-align: left;
}
.caps_table table tbody tr:nth-child(odd){
    background: #fff;
}
.caps_table table tbody tr:nth-child(even){
    background: #F7F7F7;
}

@media (max-width: 620px) {
    .caps_table {
        overflow: scroll;
    }

    .caps_table table {
        min-width: 500px;
    }
}