/*
 Global stylesheet
 */

/* Modal layer */
.modal-layer {
    position : fixed;
    top : 0,
    left : 0;
    background-color : #222;
    opacity : 0.6;
    width : 100vw;
    height : 100vh;
    z-index : 3;
}

.popup-dlg {
    position : absolute;
    visibility : hidden;
    z-index : 4;
}

.button-bar {
    text-align : right;
}

