.deleteTaskConfirmationComponent-popup {
    width: 560px;
}

    .deleteTaskConfirmationComponent-popup > .modal-content {
        border-radius: 4px;
        border: none;
        background: #ffffff;
    }

        .deleteTaskConfirmationComponent-popup > .modal-content .md-body {
            height: 215px;
        }