table {
  border-collapse: collapse;
  margin: 20px 0 20px 0;
  width: 100%;
}
table tr {
  border-bottom: 1px solid #f0f0f0;
}
table tr[status="1"] {
  background: greenyellow;
}
table tr:last-child {
  border-bottom: none;
}
table tr td {
  padding: 8px 15px 8px 15px;
}
table tr td[result="-2"] {
  background: red;
}
table tr td[result="-1"] {
  background: yellow;
}
table tr td[result="0"] {
  background: red;
}
table tr td[result="1"] {
  background: greenyellow;
}
table tr th {
  text-align: left;
  padding: 8px 15px 8px 15px;
}
.PriceStroke {
  color: #acacac;
  text-decoration: line-through;
  font-size: 90% !important;
}
