#BasketTable {width: 100%;}
#BasketTable tr td,#BasketTable tr th{
  padding: 5px 5px;
  text-align: center;
  color: #9b9b9b;
  border-left: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  white-space: nowrap;  
}
#BasketTable tr th{
  font-size: 14px;
  font-weight: normal;
  color: var(--main-color);
}

#BasketTable tr th {
  background: var(--main-color-light);
}

#BasketTable tr th:nth-child(1),#BasketTable tr td:nth-child(1){
  border-left: 0px solid;
  text-align: left;
  width: 40%;
}
#BasketTable tr th:nth-child(2){
  width: 20%;
}
#BasketTable tr th:nth-child(3){
  width: 10%;
}
#BasketTable tr th:nth-child(4){
  width: 10%;
}
#BasketTable tr th:nth-child(5){
  width: 10%;
}
#BasketTable tr th:nth-child(6){
  width: 10%;
}

#BasketTable .Quantity{
  width: 30px;
  border: 1px solid #b9b9b9;
  padding: 5px;
  text-align: right;
  border-radius: 7px;
}

#BasketTable a{
  font-size: 12px;
  font-weight: bold!important;
  color: #3B5741!important;
  font-weight: normal;
}

fieldset.Note{
  color: #CC0000!important;
}

.OrderObs{
  border: 1px solid #b9b9b9;
  padding: 5px;
  border-radius: 7px;
  width: 428px;
  height: 150px;  
}

table.ClientInfoTableView td{
  padding: 2px 5px;
}