#crownedwalletalert-panel {
    background: #111;
    color: #fff;
    padding:20px;
    border-radius:10px;
    max-width:500px;
}
#crownedwalletalert-panel input {
    width:100%;
    margin-bottom:10px;
    padding:8px;
    border-radius:6px;
}
#crownedwalletalert-panel button {
    background:#00c3ff;
    padding:10px 20px;
    border:0;
    border-radius:6px;
    cursor:pointer;
}
