.survey-dialog {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    left: 5%;
    background: rgba(0, 0, 0, 1);
    z-index: 9999;
    padding: 50px;
}
.survey-dialog-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9998;
}

.survey-dialog-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.survey-dialog-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}

.survey-dialog-pane p {
    font-size: 40px;
}

.survey-dialog .more-items-up {
    margin-top: 20px;
}
.survey-dialog .more-items-down {
    margin-bottom: 20px;
}

.survey-dialog .more-items-up:before {
    top:-28px;
}
.survey-dialog .more-items-down:after {
    bottom:-20px;
}
.survey-dialog-controls .button {
    line-height: 40px;
    font-size: 40px;
}

.survey-dialog-controls .button.button-block + .button.button-block {
    margin-top: 10px;
}