/* color pallet */
.allocation-usage-page .organisations {
  width: auto;
}
.allocation-usage-page li {
  vertical-align: top;
}
.allocation-usage-page .table td {
  vertical-align: middle;
}
.allocation-usage-page .table td a {
  cursor: pointer;
}
.allocation-usage-page td.show-more {
  white-space: nowrap;
}
.allocation-usage-page .actions {
  margin-top: 23px;
}
.allocation-usage-page th.period {
  width: 38px;
}
.allocation-usage-page th.available-tolerance {
  width: 60px;
}
.allocation-usage-page th.unallocated-underuse {
  width: 60px;
}
.allocation-usage-page th.maximum-allocation-available {
  width: 80px;
}
.allocation-usage-page th.load-point-name {
  width: 194px;
}
.allocation-usage-page td.load-point-name {
  white-space: normal;
}
.allocation-usage-page th.balance {
  min-width: 47px;
}
.allocation-usage-page .display-options {
  width: 170px;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .allocation-usage-page .list-item-quarter,
  .allocation-usage-page .list-item-year,
  .allocation-usage-page .display-options {
    display: inline;
  }
  .allocation-usage-page input {
    width: auto !important;
  }
  .allocation-usage-page .radio {
    margin-bottom: 10px;
  }
  .allocation-usage-page .radio input {
    margin-left: 1px;
  }
  .allocation-usage-page .actions {
    width: 150px !important;
  }
}
