html, body {
    min-height: 100%;
    height: 100%;
  }

  .fill {
    height: calc(100vh - 100px);
  }

  body {
    padding-top: 60px; /* space for the top nav bar */
    margin-right: 30px;
    color:grey;
  }

  #userHubs {
    overflow: auto;
    width: 100%;
    height: calc(100vh - 150px);
  }

  #forgeViewer {
    width: 100%;
  }

  .bg-primary{
    background-color: white;
    
    border: solid;
    border-color: lightblue;
    color: grey;
  }
  .myAwesomeExtensionIcon {
    background-image: url(../res/details2.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
