.md-form label {
  /*transform: translateY(0px);*/
}

/*button smaller & narrower*/
.btn-sn {
  margin: .1rem;
  padding: .5rem 1rem;
  font-size: .64rem;
  line-height: 1.5;
}

.btn-transparent {
  background-color: rgba(255, 255, 255, .2);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  /*width: 47px;*/
  /*height: 47px;*/
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: .1rem;
  /*-webkit-border-radius: 50%;*/
  /*border-radius: 50%;*/
  padding: .1rem;
  cursor: pointer;
  vertical-align: middle;
}

/* table cell for button */
td.tight {
  padding: 2px !important;
}

/* custom card form form heading */
.view-cascade.shorter {
  padding: 1rem 1rem !important;
}

.card-header-title.shorter {
  margin-bottom: .1rem;
}

.fixed-bottom {
  position: static !important;
}

.mono {
  font-family: 'Share Tech Mono', monospace;
  font-weight: bold;
  color: black;
}