/* (C) Copyright 2020 Hewlett-Packard Enterprise Company, L.P. */
.cic-master-details {
  position: relative;
  overflow: visible;
  height: 100%; }
  .cic-master-details .cic-master-pane {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 160px;
    min-width: 120px;
    min-height: 400px;
    bottom: 0px; }
  .cic-master-details .cic-details-pane {
    position: absolute;
    top: 24px;
    right: 0px;
    left: 184px;
    bottom: 0px; }
