.ce-table {
  padding: 0;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  width: 99.9999%;
  color: #4c4c4c;
  position: relative; }
  .ce-table th, .ce-table td {
    text-align: left;
    margin: 0;
    padding: 5px;
    background-clip: border-box;
    background: #e5e5e5;
    border-bottom: 1px solid #ccc; }
    .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; }
  .ce-table thead th {
    background: #e5e5e5;
    border-bottom: 1px solid #ccc;
    color: rgba(91, 103, 112, 1);
    text-align: left;
    text-transform: uppercase;
    font-size: 0.825rem; }
    .ce-table thead th.plain {
      background: none !important;
      border: none !important; }
  .ce-table.plain th, .ce-table.plain td {
    background: none;
    border: none;
    text-align: left; }
    .ce-table.plain thead th {
      background: none;
      color: #4c4c4c; }
  .ce-table.striped tbody tr:nth-of-type(odd) th, .ce-table.striped tbody tr:nth-of-type(odd) td {
    background: #fff; }

.ce-table caption {
  caption-side: bottom;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  color: #4c4c4c; }

.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; }

.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%; }

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

.table-container > table.switchable thead tr > th {
  text-transform: uppercase;
  font-size: 0.825rem; }
  .table-container > table.switchable thead tr > th small {
    font-size: 100%; }

.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 > table.switchable tr > td.active, .table-container > table.switchable tr > th.active {
  background: #ddd; }

.table-container .controls .prev, .table-container .controls .next {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100%;
  top: 90px;
  background: rgba(91, 103, 112, 1);
  z-index: 1000;
  text-decoration: none;
  text-indent: -19999px;
  cursor: pointer; }
  @media (min-width: 768px) {
  .table-container .controls .prev, .table-container .controls .next {
    width: 46px !important;
    height: 46px !important; } }
  .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 ul {
  margin: 0px; }

.table-container .controls .prev {
  left: 50%;
  margin-left: 0px; }
  @media (min-width: 768px) {
  .table-container .controls .prev {
    margin-left: -20px; } }
  @media (min-width: 992px) {
  .table-container .controls .prev {
    left: 25%; } }

.table-container .controls .next {
  left: 95%;
  margin-left: -26px; }
  @media (min-width: 768px) {
  .table-container .controls .next {
    margin-left: -25px; } }
  @media (min-width: 992px) {
  .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: 20px;
  height: 20px;
  left: 50%;
  line-height: 100%;
  position: absolute;
  width: 20px;
  text-align: center;
  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"; }

.tx-goprices .table-container > table.switchable tr:nth-of-type(1) > th:first-child {
  background: #e5e5e5; }

.table-container > table.switchable tr td span {
  position: relative;
  top: 50%;
  display: block;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.tx-goprices .table-container > table.switchable tr > th:first-child a {
  color: #4c4c4c; }
  .tx-goprices .ce-table th, .tx-goprices .ce-table td {
    text-align: center;
    font-weight: 400; }
    .tx-goprices .ce-table thead th {
      text-align: center; }

table .smalltext {
  margin-top: -2.5em;
  margin-bottom: 0;
  font-size: 80%; }

table.switchable tr > td:first-of-type {
  vertical-align: top; }

.frame-type-list table tbody tr:last-of-type {
  display: none; }

.pid682 .table-container > table.switchable thead tr > th, .pid692 .table-container > table.switchable thead tr > th {
  text-align: center; }

.pid682 .table-container > table.switchable tr > td, .pid692 .table-container > table.switchable tr > td {
  text-align: center; }

.pid692 .table-container .controls .prev, .pid692 .table-container .controls .next {
  top: 80px; }
