.machine-overview-left-pane {
  position: relative;
  height: 95%;
  width: 65%;
  float: left;
  padding-bottom: 20px;
  overflow: auto;
}

.machine-overview-left-pane .machine-overview-tags-new {
  width: 97%;
  position: relative;
  overflow: visible;
  margin-bottom: 15px;
  top: 1px;
}

.machine-overview-left-pane .machine-overview-tags-new .ms-BasePicker-text:not(:focus):not(:hover) {
  border-color: #605e5c;
}

.machine-overview-wrapper {
  position: absolute;
  text-align: left;
  height: 100%;
  overflow: auto;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
}

.machine-overview-right-pane {
  margin-left: 10%;
}

.machine-overview-right-pane .agent-name-text {
  position: relative;
  top: 10px;
  margin-bottom: 16px;
  font-size: 15px;
}

.machine-overview .machine-overview-text {
  white-space: nowrap;
}

.machine-tags-text {
  position: relative;
  top: 10px;
  font-size: 15px;
}

.machine-overview-wrapper .machine-overview-right-pane .agent-version-field {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

.dtc-callout-component {
  position: relative;
}

.machine-tags-icon {
  margin: 15px 0px 15px 0px;
  top: 10px;
  position: relative;
}
