  /*Tab Start*/
.tab {
  overflow: hidden!important;
  border: 1px solid #ccc!important;
  background-color: #f1f1f1!important;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit!important;
  float: left;
  border: none!important;
  outline: none!important;
  cursor: pointer!important;
  padding: 8px 16px!important;
  transition: 0.3s!important;
  font-size: 14px!important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd!important;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc!important;
}

/* Style the tab content */
.tabcontent {
  display: none!important;
  padding: 6px 12px!important;
  border: 1px solid #ccc!important;
  border-top: none!important;
}

/* Tab End */

.multiview-content{height: 72vh; overflow-y: auto; overflow-x: hidden;}
.h72vh{height: 72vh; }
.h57vh{height: 57vh; }