﻿.account-types table thead th,
.trading-conditions table thead th,
.trading-hours table thead th,
table.nv-table thead th,
.page-cfds-rollovers-dates table thead th,
.page-instruments table thead th {
  background-color: #dffff5;
  border: 1px solid #acebd7;
  color: #231f20;
  font-size: 16px;
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.account-types table tbody td,
.trading-conditions table tbody td,
.trading-hours table tbody td,
table.nv-table tbody td,
.page-cfds-rollovers-dates table tbody td,
.page-instruments table tbody td {
  border: 1px solid #e9e9e9;
  color: #5b5b5b;
  font-weight: lighter;
  padding: 9px 20px;
  text-align: center;
  vertical-align: middle;
}