.le-add-screen-capture-dialog {
    color:white;
    width: 642px;
}
.le-add-screen-capture-dialog .le-dialog-inner{
    width: 100%;
}
.le-add-screen-capture-dialog .le-dialog-notices {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls .le-dialog-add-source-controls-inner {
    width: 100%;
    display: table;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls .le-dialog-add-source-controls-item {
    margin-top: 10px;
    display: table-row;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls .le-dialog-add-source-controls-item .le-dialog-add-source-controls-caption {
    width: 100px;
    display: table-cell;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls .le-dialog-add-source-controls-item .le-dialog-add-source-controls-caption-text {
    width:100%;
    height:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls-config {
    display: table-cell;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls-config .le-dialog-add-source-controls-config-inner {
    display: flex;
    align-items: center;
}
.le-add-screen-capture-dialog .le-dialog-add-source-controls-config .le-dialog-add-source-controls-screen-label {
    margin-right: 10px;
}
.le-add-screen-capture-dialog .le-dialog-add-source-buttons-con {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}