﻿#UGInspectionsPage .top-down-margin {
  margin: 5px 0px; }

#UGInspectionsPage .remove-button {
  margin-right: 10px;
  cursor: pointer;
  opacity: .5; }
  #UGInspectionsPage .remove-button:hover {
    opacity: 1; }

.nestedTab {
  display: none; }
  .nestedTab.sel-tab {
    display: initial; }

.inv-tab-holder {
  margin: 0px -15px; }
  .inv-tab-holder .inv-tab-header {
    opacity: 0.5;
    padding: 5px 10px;
    background: #F0F0F0;
    cursor: pointer;
    font-size: .9em;
    margin-bottom: 10px; }
    .inv-tab-holder .inv-tab-header.sel-header {
      opacity: 1;
      background: white; }
