#content .button-holder {
    /*background-color: #eee;*/
    padding: 6px; /*margin-bottom:10px; */
    text-align: right;
}

#content .button-holder p {
    font-size: 14px;
}

body {
    /*font-size: 80%;*/
}

dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
}

dialog a {
    outline: none;
    border: none;
    font-weight: normal;
}

dialog .close-modal {
    display: block;
    text-align: right;
    cursor: pointer;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.25);
}

/* Additional CSS styling */
.modal {
    padding: 20px;
    border-radius: 6px;
}

.dialog-content {
    display: none;
}

dialog p {
    padding: 1ch 0;
    /*font-size: 75%;*/
    line-height: 130%;
}

dialog h2 {
    font-size: 110%;
    padding: 1ch 0;
}

/*
span.popup {
    width: 15px;
    display: inline-block;
    text-align: center;
    height: 15px;
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
}
*/

span.popup {
    /* width: 15px; */
    /* display: inline-block; */
    text-align: center;
    /* height: 15px; */
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    padding: 3px 6px;
    font-size: 12px;
}

.ui-state-error {
    color: red;
    /*font-size: 90%;*/
}


.alert {
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 9px 0;
    font-size: 90%;
}

.alert h3 {
    padding-bottom: 12px;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}