.far.fa-square {
  font-size: 18px;
}

table {
  font-size: 12px;
}

table tr td:first-child, table tr th:first-child {
  width: 40px;
  text-align: center;
  background: #eee;
}

thead tr th {
  background: #eee !important;
}

td {
  color: #333;
}

.table>:not(caption)>*>*{
  padding:2px;
}

.btn-block {
  display: block;
  width: 100%;
  border-radius: 0px;
}

.purchaseOrder {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  padding: 4px;
  background: #ffffff;
  color: #333;
  border-top: 5px solid orange;
  border-radius: 5px;
  font-size: 14px;
}

.purchaseOrder .priceTotal {
  color: orange;
  text-align: right;
}

.dEdit{
  visibility:hidden;
}

.dDisplay p{
  margin-bottom:0.01rem;
}

.form-control{
  color:#333;
}

