.ui-dialog-titlebar {
    background: #af100c;
    color: white;
}

.ui-widget {
    font-family: Cuprum, 'PT Sans Narrow';
}

#dialog p img {
    max-width: 520px;
    margin-right: 12px;
}

#dialog p img:last-child {
    margin-right: 0px;
}

div[role=dialog] {
    z-index: 10;
    width: auto !important;
}
