table.quotes {
  width: 100%;
  border-collapse: separate;
}
table.quotes th {
  border-bottom: 1px solid #515359;
  padding-bottom: 19px;
}
table.quotes tr.even {
  background-color: #eaeaea;
}
table.quotes td {
  padding: 9px;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
}
table.quotes .price,
table.quotes .actions {
  text-align: right;
}
table.quotes td.actions a,
table.quotes td.actions button {
  border: none;
  background: none;
}
table.quotes td.actions a:hover,
table.quotes td.actions button:hover {
  cursor: pointer;
}
table.quotes td.actions a:before,
table.quotes td.actions button:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background-repeat: no-repeat;
  width: 28px;
  height: 19px;
}
table.quotes td.actions a.download:before,
table.quotes td.actions button.download:before {
  background-image: url("/static/images/download_grau.svg");
  background-size: 14px;
}
table.quotes td.actions a.quotetocart:before,
table.quotes td.actions button.quotetocart:before {
  background-image: url("/static/images/cart_grau.svg");
  background-size: 23px;
  vertical-align: 1px;
}
table.quotes td.actions a.reject:before,
table.quotes td.actions button.reject:before {
  background-image: url("/static/images/close-circle_grau.svg");
  background-size: 19px;
  vertical-align: -1px;
}
.quotedetail .actions {
  text-align: right;
}
.quotedetail .actions a:before,
.quotedetail .actions span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background-repeat: no-repeat;
  width: 28px;
  height: 19px;
}
.quotedetail .actions a.download:before,
.quotedetail .actions span.download:before {
  background-image: url("/static/images/download_white_14x17px.svg");
  background-size: 14px;
  vertical-align: -5px;
}
.quotedetail .actions a.quotetocart:before,
.quotedetail .actions span.quotetocart:before {
  background-image: url("/static/images/cart_weiss.svg");
  background-size: 23px;
  vertical-align: -4px;
}
.quotedetail .actions a.reject:before,
.quotedetail .actions span.reject:before {
  background-image: url("/static/images/close-circle_weiss.svg");
  background-size: 19px;
  vertical-align: -4px;
}
