#od-site {
  border: 3px solid red;
  width: 100%;
  height: 50px;
  font-size: 24pt;
  margin-bottom: 10px;
  padding-left: 10px;
}
#od-commands {
  float: right;
  margin-right: 10pt;
}

#od-commands a {
  text-decoration: none;
  font-size: 12pt;
}

#od-json {
  float: right;
  max-width: 40%;
}

#od-items {
  max-width: 60%;
  float: left;
}

#od-breadcrumb {
  margin-bottom: 1em;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 16pt;
}

#od-breadcrumb a {
    text-decoration: none;
}

#od-loading {
  background: url('spinner_grey_40_transparent.gif') 50% 50% no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}

body.loading #od-loading {
  display: block;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.item {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0.1em;
  margin-top: 0.05em;
  margin-bottom: 0.05em;
  cursor: pointer;
  background-color: hsla(0, 0%, 95%, 0.1);
  border: 1px solid #094AB2;
  overflow: hidden;
  position: relative;
  font-family: 'segoe ui';
  font-size: 12pt;
}
/*
.nameplate {
    /* background-color: #094AB2; */
    /* width: 200px; */
    height: 16pt;
    padding: 1px;
    position: absolute;
    bottom: 2px;
    left:  4px;
    white-space: nowrap;
    padding-right: 4px;
    overflow:  hidden;
    right:  4px;
}*/
/*
.folder {
  background-color: #094AB2;
  color: white;
}

.file {
  color: black;
}
*/
img {
  height:auto;
  width: auto;
  max-width:200px;
  /* max-height:150px; */
  /* height:  150px; */
  overflow: hidden;
  /* visibility: hidden; */
}

.img-container {
  max-height: 126px;
  overflow: hidden;
}

.oneup {
  width:  auto;
  height: auto;
  max-width:  1600px;
  max-height: 1200px;
  min-width:  200px;
  min-height: 150px;
}

.oneup img {
  max-width: 1600px;
  max-height: 1200px;
}

.hidden {
  display: none;
}

pre {outline: 1px solid #ccc;padding: 5px;margin: 5px;overflow: scroll;height: 600px;white-space: pre;}
.string { color: blue; }
.number { color: red; }
.boolean { color: green; }
.null { color: magenta; }
.key { color: black; }
