@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url(http://www.w3.org/1999/xhtml);

html|a *|* {
  cursor: default !important;
}

html|a.thumb-holder {
  min-width: 100px;
  height: 75px;
  margin: 0 !important;
}

html|div.content-shadow {
  background: #cdcfcf;
  opacity: 0.9;
}

html|table {
  width: 100%;
  height: 100%;
}

html|td {
  vertical-align: middle;
}

html|td > html|div {
  width: 40%;
  min-width: 450px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 0;
  padding: 1.5em;
}

html|div.thumb-empty {
  display: none;
}

html|div.thumb-number-value {
  background-position: 0 0;
}

#editor textbox {
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(136,136,136);
  width: 100%;
  -moz-box-flex: 1;
}

html|h2,
html|p {
  margin: 0;
  padding: 1em 0 0.4em 0;
  color: #545454;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

html|h2 {
	font-size: 16px;
	color: #000;
	padding: 1em 0 0 0;
}

html|div.history-list-container {
  height: 11em;
}

vbox[anonid="history-list"] {
  color: #000;
  background: #fff;
  border: 1px solid rgb(136,136,136);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.iconic-list-item {
  -moz-box-align: center;
}

.iconic-list-item image {
  width: 16px;
  height: 16px;
  margin: 1px 5px 1px 8px;
}

.iconic-list-item label {
  -moz-box-flex: 1;
  color: #000;
}

.iconic-list-item:hover label {
  color: #555;
}

.dialog-buttons {
  width: 100%;
}

.dialog-buttons > button {
  margin: 1em 0 0 0;
}