.table > tbody > tr > td {
  font-family: "CenturyGothic";
}

.table-v-middle > thead > tr > th, .table-table-v-middle > tbody > tr > td {
  vertical-align: middle;
}

.table-withoutBorder > thead > tr > th, .table-withoutBorder > tbody > tr > td {
  border-bottom: 0;
  border-top: 0;
}

.table-withoutBorder > thead > tr > th {
  font-size: 20px;
  font-family: "CenturyGothicBold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.35;
  text-transform: uppercase;
}

.table-withoutBorder > tbody > tr > td {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
}

.action-ship {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 68, 121);
  font-weight: bold;

}

.action-ship i {
  font-size: 18px;
}