﻿html, body {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.fill {
  height: calc(100vh - 80px);
}

.transition-width {
  transition: width 1s ease-in-out;
}

body {
  padding-top: 60px;
  /* space for the top nav bar */
}

#userHubs {
  overflow: auto;
  width: 100%;
  height: calc(100vh - 115px);
}

#forgeViewer {
  width: 100%;
}

#dashboard {
  overflow: auto;
  height: calc(94vh);
}

.dashboardPanel {
  width: 100%;
  height: calc(44vh);
  padding: 4%;
  display: block;
}

.dashboardTitle {
  margin-bottom: 10px;
}