#tree-meta {
  position: absolute;
  padding: 45px;
  height: -webkit-calc(100% - 90px);
  width: 290px;
  pointer-events: none;
  z-index: 11; }
  #tree-meta a, #tree-meta input, #tree-meta select {
    pointer-events: all; }
  #tree-meta #tree-meta-text {
    -webkit-transition: opacity 0.2s linear;
    word-wrap: break-word; }
  #tree-meta .tree-cat-2:after {
    content: ' ';
    display: inline-block;
    width: 53px;
    height: 35px;
    margin-left: -4px;
    background: url(/images/tate-tree.png);
    position: absolute;
    margin-top: -10px; }
  #tree-meta #tree-title {
    font-family: 'Asap', sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 5px;
    word-wrap: break-word; }
  #tree-meta p:first-of-type {
    margin-top: 36px; }
  #tree-meta select {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
    z-index: 501; }
  #tree-meta #tree-seeder {
    font-size: 14px;
    margin-bottom: 10px; }
    #tree-meta #tree-seeder a {
      color: #6b9f6d;
      text-decoration: none;
      z-index: 501;
      position: absolute; }
      #tree-meta #tree-seeder a:hover {
        text-decoration: underline; }
  #tree-meta #tree-notes {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 15px;
    width: 290px; }
    #tree-meta #tree-notes #instructions-toggle {
      position: absolute;
      z-index: 501;
      text-transform: uppercase;
      padding-bottom: 15px;
      font-weight: bold;
      font-size: 11px;
      /*cursor: pointer;*/
      /*&:before {*/
      /*display: inline-block;*/
      /*border: 5px solid transparent;*/
      /*margin-right: 7px;*/
      /*vertical-align: middle;*/
      /*border-top-color: #444;*/
      /*content: ' ';*/
      /*}*/ }
    #tree-meta #tree-notes #tree-desc {
      margin-top: 30px;
      margin-bottom: -15px;
      max-height: 300px;
      overflow-y: auto;
      display: none; }
    #tree-meta #tree-notes.showing #tree-desc {
      display: block; }
    #tree-meta #tree-notes.showing #instructions-toggle:before {
      border-top-color: transparent;
      border-bottom-color: #444;
      vertical-align: top; }
    #tree-meta #tree-notes ol {
      margin-top: 30px;
      list-style-type: decimal !important;
      margin-left: 15px;
      display: none; }
      #tree-meta #tree-notes ol li {
        margin-bottom: 10px; }
    #tree-meta #tree-notes.showing ol {
      display: block; }
  #tree-meta #back-to-gallery {
    position: absolute;
    z-index: 501;
    bottom: 45px;
    left: 45px;
    text-decoration: none;
    border: 3px;
    color: #fff;
    background: #000;
    font-size: 10px;
    padding: 5px 9px 3px 9px;
    line-height: 15px;
    border-radius: 3px;
    text-transform: uppercase;
    background: #555;
    background-image: linear-gradient(top, #666 0%, #555 100%);
    background-image: -o-linear-gradient(top, #666 0%, #555 100%);
    background-image: -moz-linear-gradient(top, #666 0%, #555 100%);
    background-image: -webkit-linear-gradient(top, #666 0%, #555 100%);
    background-image: -ms-linear-gradient(top, #666 0%, #555 100%); }
    #tree-meta #back-to-gallery:hover {
      background: #666;
      background-image: linear-gradient(top, #777 0%, #666 100%);
      background-image: -o-linear-gradient(top, #777 0%, #666 100%);
      background-image: -moz-linear-gradient(top, #777 0%, #666 100%);
      background-image: -webkit-linear-gradient(top, #777 0%, #666 100%);
      background-image: -ms-linear-gradient(top, #777 0%, #666 100%); }
    #tree-meta #back-to-gallery:before {
      display: inline-block;
      border: 5px solid transparent;
      margin-right: 7px;
      margin-left: -6px;
      margin-bottom: -1px;
      border-right-color: #fff;
      content: ' '; }
  #tree-meta dl {
    color: #888;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    #tree-meta dl dt {
      float: left;
      width: 85px;
      clear: left; }
      #tree-meta dl dt:after {
        content: ':'; }

/*# sourceMappingURL=tree-meta.css.map */
