#vsb_content table,
#vsb_content_2 table {
    border: 0px !important;
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    /* width: 90%; */
    max-width: 95%;
    margin: 10px auto;
    overflow: hidden;
    /* display: block; */
}

#vsb_content table tbody,
#vsb_content_2 table tbody{
    /* overflow: auto; */
    /* display: block; */
    /* width: 100%; */
}

#vsb_content table tr td,
#vsb_content_2 table tr td {
    border-left: 0px !important;
    text-align: center;
    border-top: 0px !important;
    line-height: 23px;
    padding: 5px;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    text-indent: 0;
    vertical-align: middle;
}

#vsb_content table tr td p,
#vsb_content_2 table tr td p {
    text-indent: 0em;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#vsb_content table video,
#vsb_content_2 video {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 80%;
}

@media (max-width:480px) {
    .content_d table {
        border: 0px !important;
        border-left: 1px solid #ddd !important;
        border-top: 1px solid #ddd !important;
        margin: 0px auto;
        display: block;
        width: 100% !important;
    }

    .content_d table tr td {
        border-left: 0px !important;
        text-align: center;
        border-top: 0px !important;
        line-height: 23px;
        padding: 1px !important;
        border-right: 1px solid #ddd !important;
        border-bottom: 1px solid #ddd !important;
        text-indent: 0 !important;
    }

    .content_d table tr td p {
        text-indent: 0em !important;
        padding: 0px;
        margin: 0px !important;
        text-align: left;
    }

    .content_d table img {
        margin: 0 !important;
        border: 0 !important;
        max-width: 105px;
    }

    .content_d table tbody {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        display: block;
    }
}