/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  padding-top: 8px;
  background-color: #f5f5f5;
}

/*---------------------------------------------------*/
.btn-group-xs > .btn, .btn-xs {
  padding: 0.25rem 0.35rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

/*---------------------------------------------------*/
.home-logo {
  margin: 0 auto;
  margin-top: 8em;
  text-align: center;
}

/*---------------------------------------------------*/
tr.clickable {
  cursor: pointer;
}

/*---------------------------------------------------*/
.is-editable {
  cursor: pointer;
}

/*# sourceMappingURL=global.css.map */
