/*minimal user allowed customizations*/
* {
  border-radius: 0 !important;
}
body {
  background-color: white;
  color: midnightblue;
}
.nav-tabs > li a {
  color: midnightblue;
}
.scrollbox,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: white;
}
.asset-table tbody > tr:nth-child(1) > th,
.asset-details-table tbody > tr:nth-child(1) > th,
.property-details-table tbody > tr:nth-child(1) > th,
.asset-table tbody > tr:nth-child(1) > td,
.asset-details-table tbody > tr:nth-child(1) > td,
.property-details-table tbody > tr:nth-child(1) > td {
  border-top: 0;
}
.asset-table li:nth-child(1) .td,
.asset-details-table li:nth-child(1) .td,
.property-details-table li:nth-child(1) .td {
  border-top: 0 !important;
}
