@charset "utf-8";
/* CSS Document */

/* Created for the Resource Database pages to call the side menu */

.floating-menu {
    font-family: sans-serif;
    background: #84ba3f;
    padding: 5px;;
    width: 140px;
    z-index: 100;
    position: fixed;
	margin-top: 66px;
  }
  .floating-menu a, 
  .floating-menu h3 {
    font-size: 0.9em;
    display: block;
    margin: 0 0.5em;
    color: white;
  }