/*<<------------------------- DT.details-expand------------------------->> */
table > tbody > tr > td.details-expand > button.win7,
table > tbody > tr > td.details-expand > button{
  padding-left:0px;
  padding-right:0px;
  width:calc(100% - 4px);
  height:20px;
  line-height: 10px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-decoration: none !important;
}
table > tbody > tr.shown > td.details-expand > button.win7,
table > tbody > tr.shown > td.details-expand > button{
  background: #454952;
}
table > tbody >  tr >  td.details-expand > button::before{
  content: "+";
  font-weight: 600;
  line-height: 10px;
}
table > tbody > tr >  td.details-expand.nothing > button::before{
  content: "";
  font-weight: 600;
  line-height: 10px;
}
table > tbody > tr.shown >  td.details-expand > button::before{
  content: "-";
  color: white;
  font-weight: 600;
  line-height: 10px;
}
