.ce-table {
  padding: 0;
  margin: 0 0 1.5em 0;
  border-collapse: initial;
  border-spacing: 0;
  width: 99.9999%;
  color: #1b2932;
  position: relative; }
  .ce-table th, .ce-table td {
    text-align: left;
    margin: 0;
    padding: 1rem;
    background-clip: border-box;
    background: #eee;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.5em; }
    @media (max-width: 991px) {
  .ce-table th, .ce-table td {
    font-size: 12px; } }
    .ce-table th.plain, .ce-table td.plain {
      background: none !important;
      border: none !important; }
    .ce-table th.text-left, .ce-table td.text-left {
      text-align: left; }
    .ce-table th.text-right, .ce-table td.text-right {
      text-align: right; }
    .ce-table th.text-center, .ce-table td.text-center {
      text-align: center; }
    .ce-table th.text-justify, .ce-table td.text-justify {
      text-align: justify; }
    @media (max-width: 991px) {
    .ce-table th strong, .ce-table td strong {
      hyphens: auto;
      hyphenate-limit-chars: 10 4 4; } }
  .ce-table td:last-of-type {
    border-right: 0; }
  .ce-table th {
    font-family: "area-normal", Arial, serif;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: 600;
    letter-spacing: 1px; }
  .ce-table thead th {
    background: #eee;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #1b2932;
    text-align: center;
    padding: 2rem 1rem; }
    .ce-table thead th:last-of-type {
      border-right: 0; }
    .ce-table thead th.plain {
      background: none !important;
      border: none !important; }
  .ce-table tbody th {
    text-align: left; }
  .ce-table.plain th, .ce-table.plain td {
    background: none;
    border: none;
    text-align: left; }
    .ce-table.plain thead th {
      background: none;
      color: #1b2932; }
  .ce-table.striped tbody tr:nth-of-type(odd) th, .ce-table.striped tbody tr:nth-of-type(odd) td {
    background: #e9e9e9; }

.ce-table caption {
  caption-side: bottom;
  font-size: 0.75rem;
  text-align: right;
  color: #444; }

.table-container {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.5em;
  position: relative;
  z-index: 0; }

.table-container.scroll {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1.5em; }

.table-container table {
  margin-bottom: 0;
  font-size: 1em; }

.table-container > table.switchable {
  position: relative; }

.table-container > table.switchable tr > th:first-child, .table-container > table.switchable tr > td:first-child {
  position: absolute;
  left: 0;
  max-width: 50%;
  z-index: 1000;
  padding: 1rem; }

.table-container > table.switchable tr > th, .table-container > table.switchable tr > td {
  position: relative;
  max-width: 50%;
  display: block;
  float: left;
  border-left-width: 0;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px; }

.tx-goprices thead th small {
  display: none; }

.table-container > table.switchable thead th.active, .tx-goprices thead th:nth-of-type(2) {
  border-top: 4px solid #557d8d;
  padding-top: calc(2*1rem - 4px); }

@media (min-width: 992px) {
  .table-container > table.switchable tr > th, .table-container > table.switchable tr > td {
    width: 25%; } }

.table-container > table.switchable tr > td, .table-container > table.switchable tr > th {
  -webkit-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -moz-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -ms-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -o-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  transition: left 0.5s ease-in-out, background 0.25s ease 0.25s; }

.table-container .controls .prev, .table-container .controls .next {
  position: absolute;
  width: 30px;
  height: 53px;
  top: 82px;
  background: #557d8d;
  z-index: 1000;
  text-decoration: none;
  text-indent: -19999px;
  cursor: pointer; }
  .table-container .controls .prev.inactive, .table-container .controls .next.inactive {
    opacity: 0.5;
    cursor: default;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.table-container .controls .prev {
  left: 50%;
  margin-left: -31px; }

.table-container .controls .next {
  left: 50%; }

.table-container .controls .prev:before, .table-container .controls .next:before {
  top: 50%;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  font-size: 1.5rem;
  height: 25px;
  left: 50%;
  line-height: 100%;
  position: absolute;
  width: 20px;
  z-index: 10;
  background: none;
  border-radius: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #fff; }

.table-container .controls .prev:before {
  content: "\2c2";
  margin-left: -2px; }

.table-container .controls .next:before {
  content: "\2c3"; }

@media (min-width: 992px) {
    .tx-goprices .ce-table th, .tx-goprices .ce-table td {
      width: 25%; } }

.tx-goprices tbody > tr:last-of-type {
  display: none; }

.tx-goprices tbody td {
  font-family: "the-seasons", Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.3333333333rem;
  text-align: center; }
  @media (min-width: 992px) {
  .tx-goprices tbody td {
    font-size: 26px;
    font-size: 1.7333333333rem; } }
