form { margin: 0; padding: 0; }

.browser-recommendation-bar {
    overflow: hidden;
    background: #ffc;
    text-align: center;
    font-size: 12px;
    padding: 2px;
}

/* Codes */

.var-dump {
  display: block;
  margin: 10px 0;
  padding: 5px 20px 10px;
  background: #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  -webkit-box-shadow: 0 5px 20px #000;
}
.var-dump:hover { z-index: 9999; }

.var-dump .caller {
  display: block;
  font-size: 11px;
  font-style: normal;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 10px -10px 0;
  padding: 0 10px;
}

/* Exceptions */

.exception {
  margin: 10px 0;
  padding: 10px 20px;
  background: #ffc;
  border: 1px solid #eeb;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 16px;
  font-family: sans-serif;
}

.native-exception {
  background: #fcc;
  border-color: #ebb;
  color: #900;
  font-size: 11px;
  font-family: monospace;
}

.exception h1 {
  padding: 0 10px;
  color: #fff;
  font-family: monospace;
  background: #c00;
  border-radius: 10px;
}

.exception dt {
  font-size: 11px;
  color: #889;
}
.exception dd {
  margin: 0;
  margin-left: 10px;
  margin-bottom: 20px;
}

/* Items */

i {
  font-style: normal;
  background: url("/images/load.gif") no-repeat;
  display: inline-block;
  width: 16px;
  height: 11px;
  margin: 0 5px;
}

i.done {
  background: none;
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
}

.item-thumbnail {
  width: 150px;
  float: left;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 3px;
}

.item-thumbnail.selected {
  border-color: #cc3969;
}

.item-inner-view {
  clear: left;
  padding: 20px 0;
}

.item-frame {
  width: 600px;
  height: 600px;
  overflow: auto;
  overflow-x: hidden;
}

.item-keywords .selected {
  font-weight: bolder;
  color: #b4568d;
  text-decoration: underline;
}

input.input01 {
  color: #000;
}

.download-files { display: none; }

strike {
  color: #c00;
  font-size: 11px;
}

