.usage-hub .identity-picker:not(:hover) .edit-button:not(:focus):not(:hover) {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }

.usage-hub .identity-picker .identity-label {
  margin-top: 24px; }

.usage-hub .dbCPU {
  margin-left: 90px; }

.usage-hub .usage-form {
  width: 50%; }
  .usage-hub .usage-form .form-item {
    margin-left: 15px;
    margin-top: 20px; }
  .usage-hub .usage-form .id-form {
    width: 330px; }
  .usage-hub .usage-form .time-range {
    width: 350px;
    margin-top: 49px; }
    .usage-hub .usage-form .time-range .vss-PickListDropdown--title-textContainer {
      display: none; }
    .usage-hub .usage-form .time-range .vss-PickListDropdown--title-caretIcon {
      display: none; }
    .usage-hub .usage-form .time-range .header-div {
      width: 350px;
      text-align: center; }
      .usage-hub .usage-form .time-range .header-div .chevron {
        margin-right: 5px; }
  .usage-hub .usage-form .form-button {
    width: 330px;
    margin-left: 10px; }
  .usage-hub .usage-form .toggle {
    width: 110px; }

.usage-hub .blocked-highlight {
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1)); }

.usage-hub .service-form {
  width: 100px; }

.usage-hub .usage-table {
  margin-top: 20px; }

.usage-hub .table {
  width: 800px;
  border: 0px;
  border-radius: 8px;
  border-color: rgba( 0, 0, 0 ,  1 );
  border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); }

.usage-hub .graph {
  margin-top: 20px; }

.usage-hub .title {
  text-align: center; }

.usage-callout .startend-label {
  flex-basis: 50px; }

.usage-callout .usage-table {
  margin-top: 20px; }

.usage-callout .usage-form {
  width: 50%; }
