.configure-video {
    .video-table {
        line-height: 29px;
        margin-bottom: 0;
    }

    .video-table th,
    .video-table td {
        padding: 0;
    }

    .video-table thead tr {
        background: #f0f1f5;
    }

    .video-table {

        thead tr,
        tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

        tbody {
            display: block;
            max-height: 304px;
            overflow: auto;
        }

        td:nth-child(1) {
            width: 10%;
        }

        td:nth-child(2) {
            width: 15%;
        }

        td:nth-child(3) {
            width: 15%;
        }

        td:nth-child(4) {
            width: 45%;
            word-break: break-all;
        }

        td:nth-child(5) {
            width: 15%;
        }

        a {
            padding-right: 6px;
            text-decoration: none;
            color: #3695ff;
        }

    }

    .add-button {
        margin-bottom: 10px;

        button {
            width: 90px;
        }
    }

}
