/*
style based on
https://docs.microsoft.com/en-us/windows/win32/shell/images/hideaccessxp.png
*/



.dunno .dialog {
  background-color: #e7e7d6;
  border: 2px solid #0465ff;
  min-height: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: auto;
  font-family: Tahoma;
}

.dunno .dialog .header {
  background: #0465ff;
  height: 25px;
  color: white;
  font-weight: 500;
  padding: 8px 4px 0 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dunno .dialog .header .x:before {
    content: '✕';
}

.dunno .dialog .header .x {
  text-shadow: 1px 0 white, 0 1px white, 0 -1px white, -1px 0 white;
  font-size: 16px;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: red;
  color: white;
  border: 2px solid white;
  border-radius: 4px;
  float: right;
  margin-top: -4px;
}


.dunno .dialog .body .button {
  border-style: outset;
}

.dunno .dialog .button-ok {
  padding: 0;
}

.dunno .dialog .button-ok {
  border-style: outset solid solid outset;
  border-bottom-color: #444;
  border-right-color: #555;
}

.dunno .dialog .button .inner {
  border: 1px dotted #222;
  margin: 2px;
}
