.RunControllersList {
    .pagination-links {
        margin-bottom: 150px;
    }

    td:nth-child(2) {
        padding: 8px 31px;

        span {
            float: left;
            width: 15px;
        }
    }

    td:nth-child(3) {
        padding: 8px 60px;
    }
}

.RunControllerForm {
    &-controllerName {
        float: left;

        .error-msg {
            color: var(--danger);
        }

        .error {
            border: 1px solid var(--danger);
        }
    }

    &-buttons {
        float: left;
    }

    &-default {
        float: left;
    }

    // During teardown, only keep this css line and other css code.
    &-Error {
        margin-bottom: 5px;
    }

    td:nth-child(2) &-buttons {
        margin-left: 10px;
    }
}

.RunControllersList-table {
    table-layout: fixed;

    th:first-child {
        width: 380px;
    }

    .form-group {
        margin-bottom: 0;
    }

    .RunControllerForm-input {
        border: 1px solid var(--gray-400);
        border-radius: 4px;
        padding: 5px;
        width: 250px;
    }
}
