.md-toolbar-tools .table-title:first-letter {
  text-transform: capitalize;
}
.color-box {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 1em;
}
.hidden-expanded-row {
  display: none;
}
.expand-column-header {
  width: 35px;
}
.list-detail-data {
  padding-right: 50px;
  padding-left: 65px;
}
.list-detail-data .md-button md-icon {
  font-size: 1.5em;
  margin-right: 0.5em;
}
.odd-list-item {
  width: 45%;
  float: left;
}
.list-detail-actions {
  clear: both;
  float: right;
}
.list-detail-extra-data {
  clear: both;
}
ul.list-simple {
  list-style-image: none;
  list-style: square;
  padding-left: 20px;
}
.md-button.link-button {
  min-width: 1%;
  min-height: 1%;
}
