.pretty-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pretty-table thead td {
  vertical-align: middle;
  color: #e05532;
  box-sizing: border-box;
}
.pretty-table thead td:not(:last-child) {
  border-right: 3px solid #eee;
}
.pretty-table tbody tr:nth-child(even) {
  background-color: #cfe9e4;
}
.pretty-table td {
  padding: 10px 5px;
  border: none !important;
}
.pretty-table--advert td:first-child {
  width: 30px;
}
.pretty-table--advert td:nth-child(2) {
  width: 170px;
}
