﻿.orders .pagination-wrap {
  background: #027a8a;
  padding: 0px 10px;
  min-height: 31px;
}

.orders .pagination-wrap .total-info {
  color: #cceeeb;
}

.orders table.dc-table {
  font-size: 12px;
  padding: 0 5px;
}
.orders table.dc-table tbody > tr > td {
  padding: 0;
  border-top: solid 1px #e6e7ef;
  border-bottom: solid 1px #e6e7ef;
  border-right: 0;
}
.orders table.dc-table tbody > tr > td:first-child {
  border-left: solid 1px #e6e7ef;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 0;
  padding: 2px 0;
}

.orders table.dc-table tbody > tr > td:last-child {
  border-right: solid 1px #e6e7ef;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
