/* Base Candidates */
.button.zeroclipboard-is-hover { background:#3bb2d0!important; }
.js-clipboard:hover { cursor:pointer; }
.doc .leaflet.icon:before { color:#b0dd5a; }

/*Examples*/
#map {
  position:absolute;
  top:0;left:0;
  width:100%;
  height:100%;
  }

/*  -------------------------------------------------------
 *    Syntax highlighting for prettify
 *
 *    Acronym Key
 *    =====================================================
 *   .str = string content
 *   .kwd = keyword
 *   .com = comment
 *   .typ = type name
 *   .lit = literal value
 *   .pun = punctuation
 *   .opn = lisp open bracket
 *   .clo = listp close bracket
 *   .tag = markup tag name
 *   .atn = markup attribute name
 *   .atv = markup attribute value
 *   .dec = declaration
 *   .var = variable name
 *   .fun = function name
 *
 *  ------------------------------------------------------- */

/*greys*/
pre .pln { color:#404040; }
pre .com { color:#808080; }
pre .pun,
pre .opn,
pre .clo { color:#909090; }

/*rust*/
pre .fun { color:#DF6637; font-weight:bold; }

/*green*/
pre .str,
pre .atv { color:#75A21C; }

/*dark blue*/
pre .kwd,
pre .linenums,
pre .tag { color:#0B5A91; display:inline; }

/*light blue*/
pre .lit,
pre .typ,
pre .atn,
pre .dec,
pre .var { color:#0C9DC2; }

@media only screen and (min-width: 640px) {
  #page-footer-legal-social {
    margin-left: 25% !important;
  }
}

#page-footer {
  z-index: 1;
  position: relative;
}
