h2 {
    margin-bottom: 20px;
    text-align: center;
}

.pre-wrap {
    white-space: pre-wrap;
}

.btn-float-right {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    min-width: 100px;
}

.popup-edit-style {
    min-width: 70%;
}

.spinEditRightAlign {
    text-align: right;
}

.no-padding {
    padding: 0;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-none {
    border: 0;
}

.btn-file {
    min-width: 50px;
    min-height: 25px;
    margin-top: 5px;
}

.margin-top-50 {
    margin-top: 50px;
}

.width-150 {
    width: 150px;
}