.fold {
  font-weight: bold;
  cursor: pointer;
  font-variant: small-caps;
}

img.info_image {
  cursor: pointer;
  vertical-align: baseline;
}

img.info_close {
  border: 0px;
  float: right;
  cursor: pointer;
}

.info_block {
  visibility: hidden;
  position: absolute;
  top: 0pt;
  left: 0pt;
  display: inline-block;
  min-width: 400px;
  max-width: 650px;
  min-height: 100px;
  box-shadow: 8px 8px 8px 4px rgba(0, 0, 0, .2);
  border: solid 2px #c2ae8c;
  border-radius: 10px;
  background: #ffffe0 url('/images/info_block_top.png') repeat-x top;
  padding: 0pt 20pt 10pt 26pt;
  margin-top: 10pt;
  margin-bottom: 10pt;
}

.info_block .info_header {
  cursor: move;
  padding-top: 10pt;
}

.info_block .content {
  color: #000;
  margin-top: 10pt;
  margin-bottom: 10pt;
  padding: 0pt;
  font-size: 10pt;
}

.selector {
  display: inline-block;
  height: 32px;
  margin: 2px;
  line-height: 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 8px;
  color: black !important;
}

.selector.selected {
  background-color: #e2e2e3;
  border-color: #c5c5c7;
}