#lords-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 95%; height: 95%;
    background: rgba(0, 0, 0, 0.1);
	overflow: auto;
	padding: 20px
}

#lords-modal {
    background: #111;
    color: #FFD200;
    padding: 20px;
    max-width: 600px;
    margin: 100px auto;
    border-radius: 12px;
    font-size: 15px;
}

#lords-modal h3 {
    margin-top: 0;
    font-size: 20px;
}

#lords-modal ul {
    padding-left: 20px;
}

#lords-modal-actions {
    margin-top: 20px;
}

#lords-modal-actions button {
    margin-right: 10px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

#lords-confirm {
    background: #FFD200;
    color: #000;
}

#lords-cancel {
    background: #444;
    color: #fff;
}
