/*backwards compatibility*/
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.table {
  thead {
    th {
      border-top: 0;
    }
  }
}

.float-right, .pull-right {
  float: right;
}

.float-left, .pull-left {
  float: left;
}
