/** Default table styling */
table {
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
table td {
  padding: 2px 6px;
}

.comparison-table thead + tbody tr:first-child th:before {
  background: #EBE7E2;
}
.comparison-table thead + tbody tr th:before,
.comparison-table thead + tbody tr th:after {
  background: #EBE7E2;
}
.comparison-table tbody th,
.comparison-table tbody td {
  position: relative;
}
.comparison-table th,
.comparison-table td {
  position: relative;
}
.comparison-table thead th:first-child:after {
  background: transparent;
}
.comparison-table tbody th,
.comparison-table tbody th {
  /*border-top: 1px solid #EBE7E2;
  border-bottom: 1px solid #EBE7E2;*/
}
.comparison-table tbody th:after {
  background: #F4FBFD;
  /*border-bottom: 1px solid #EBE7E2;*/
}
.comparison-table tbody th:before,
.comparison-table tbody td:before {
  top: -1px;
  background: #e3e3e3;
}
.comparison-table tbody:first-child tr:first-child th:before,
.comparison-table tbody:first-child tr:first-child td:before {
  display: none;
}

.comparison-table tbody th:after,
.comparison-table tbody td:after {
  bottom: -1px;
}
.comparison-table thead tr th {
    background: #E9F7FB;
}
.comparison-table thead tr th:after {
	/*border-left: 5px solid #fff;*/
}

.comparison-table th img.horizontal-table-icon {
  max-width: 170px;
}

.comparison-table tbody:first-child th + td h3{
  text-align: center;
  padding-left: 10px;
}
.sub-header-row th h3 {
  color: #545454;
  margin: 0;
}

.sub-header-row .currency,
.dataTable thead + tbody tr:first-child th .currency,
.default-table thead + tbody tr:first-child th .currency {
  display: inline;
  padding-left: 10px;
}

 .sub-header-row .currency,
 .dataTable thead + tbody tr:first-child th .currency,
 .default-table thead + tbody tr:first-child th .currency {
  margin-left: 0;
}

 .sub-header-row .number,
 .sub-header-row .currency,
 .dataTable thead + tbody tr:first-child th .number,
 .default-table thead + tbody tr:first-child th .number,
 .dataTable thead + tbody tr:first-child th .currency,
 .default-table thead + tbody tr:first-child th .currency {
  line-height: 23px;
  vertical-align: middle;
  font-weight: normal;
  color: #545454;
}

 .sub-header-row .number,
 .dataTable thead + tbody tr:first-child th .number,
 .default-table thead + tbody tr:first-child th .number,
 .dataTable tfoot .number,
 .default-table tfoot .number {
  font-size: 24px;
  font-family: SwedbankRegular, Helvetica, Arial, sans-serif;
  color: #262626;
  vertical-align: baseline;
}
.sub-header-row .number,
.dataTable thead + tbody tr:first-child th .number,
.default-table thead + tbody tr:first-child th .number,
.dataTable tfoot .number,
.default-table tfoot .number {
  color: #512B2B;
}

 .dataTable tfoot .number-alt,
 .default-table tfoot .number-alt,
 .total-row .number-alt {
  font-weight: bold;
}

 .dataTable tfoot label,
 .default-table tfoot label {
  line-height: 24px;
  vertical-align: baseline;
  margin-right: 5px;
}

 .default-table  tfoot .ico.caption-right:after,
 .default-table tfoot .ico.caption-right:hover:after {
  margin-top: 2px;
}

 .default-table td {
  color: #262626;
  vertical-align: top;
}
.default-table td {
  color: #512B2B;
}

.default-table label.total-label:after {
  content: ": ";
}

 .default-table tr td {
  border-top: 1px solid #f4f4f4;
}
.default-table tr td {
  border-top: 1px solid #EBE7E2;
}

 .default-table tbody tr:last-child td {
  border-bottom: 1px solid #f4f4f4;
}
.default-table tbody tr:last-child td {
  border-bottom: 1px solid #EBE7E2;
}

 .default-table tbody tr.total-row td,
 .default-table tbody tr.totals td {
  border-bottom: none;
}

 .default-table tbody tr:first-child td {
  border-top: none;
}

.row-selected th,
.row-selected td {
  background-color: #f4f4f4;
}

.row-selected th,
.row-selected td {
  background-color: #fbf2ea;
}

.col-numbers,
.col-numbers-units,
table th.numeric-cell,
table td.numeric-cell {
  text-align: right !important;
}

table th.symbolic-cell,
table td.symbolic-cell {
  text-align: center !important;
}

.col-symbols {
  text-align: center;
}

 .sub-header-row .numeric-cell:last-child {
  padding-right: 10px;
}

 .sub-header-row th.numeric-cell,
 .dataTable thead + tbody tr:first-child th.numeric-cell,
 .default-table thead + tbody tr:first-child th.numeric-cell {
  color: #545454;
  font-weight: normal;
  font-size: 12px;
}

table th.numeric-cell-with-currency,
table td.numeric-cell-with-currency,
.col-numbers-units {
  text-align: right;
}


 tfoot .total-row > td,
 tfoot .total-row > th {
  vertical-align: baseline;
  white-space: nowrap;
  color: #262626;
}
tfoot .total-row > td,
tfoot .total-row > th {
  color: #512B2B;
}

 .default-table span.index {
  color: #785f5f;
}

 .default-table span.index.small {
  font-size: 9px;
}

.number-xl,
 .number-total {
  font: 24px/18px SwedbankRegular, Arial, sans-serif;
}

.units,
.units-inline {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  vertical-align: baseline;
}

 th .units,
 td .units,
 th .units-inline,
 td .units-inline {
  width: 0;
  padding-right: 25px;
  padding-left: 3px;
}

td .units,
th .units,
* + .units,
* + .units-inline,
 th * + .units-inline,
 td * + .units-inline {
  display: inline-block;
  padding-left: 3px;
}

 .units,
 .units-inline {
  color: #b5b5b5;
}

.units,
.units-inline {
  color: #785f5f;
}

 .default-table tfoot td,
 .dataTable tfoot td,
 .default-table .totals td,
 .dataTable.totals td,
 .default-table .total-row td,
 .dataTable .total-row td {
  text-align: right;
  line-height: 24px;
  border-top: 1px solid #e3e3e3;
  color: #262626;
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.default-table tfoot td,
.dataTable tfoot td,
.default-table .totals td,
.dataTable.totals td,
.default-table .total-row td,
.dataTable .total-row td {
  border-top: 1px solid #EBE7E2;
  color: #512B2B;
}

.comparison-table {
  table-layout: fixed;
  margin: 10px 0 0;
  border-collapse: collapse;
  /*border-top: 1px solid #EBE7E2;
  border-bottom: 1px solid #EBE7E2;*/
}

.comparison-table tr th,
.comparison-table tr td,
.comparison-table tbody th:first-child {
  /*border-top: 1px solid #EBE7E2;
  border-color: #EBE7E2;*/
}

.comparison-table thead th {
  font-weight: normal;
  color: #666;
  vertical-align: top;
  padding: 15px 10px;
  text-align: center;
}

 .comparison-table label {
  float: left;
}

.comparison-table tbody tr:first-child td,
.comparison-table tbody tr:first-child th {
  /*border-top: 1px solid #e3e3e3;*/
}


.comparison-table thead th,
.comparison-table thead th h3 {
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #502B2B;
}

thead th p {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #767676;
}

.comparison-table thead th:first-child,
.comparison-table tbody th,
.ie8 .comparison-table tbody th:first-child,
.comparison-table tbody th,
.comparison-table tfoot th {
  background: transparent;
  color: #666;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
  line-height: 16px;
}

.comparison-table caption,
.comparison-table thead th:last-child,
.comparison-table tbody th:last-child,
.comparison-table tfoot th:last-child {
  padding-right: 10px;
}

.comparison-table tbody td,
.comparison-table tfoot td {
  text-align: center;
  padding: 10px;
}

.comparison-table tbody td ul,
.comparison-table tbody td ol,
.comparison-table tfoot td ul,
.comparison-table tfoot td ol {
  text-align: left;
  padding: 10px;
}

.comparison-table tbody td h3 + ul,
.comparison-table tbody td h3 + ol {
  margin-top: 0;
}

.comparison-table thead th,
.comparison-table tbody td,
.comparison-table tbody td,
.comparison-table tfoot td,
.comparison-table tfoot th {
  position: relative;
}

.comparison-table .button {
  margin: 0;
}

.comparison-table col {
  position: relative;
  z-index: 999;
}

.comparison-table col:first-child {
  border-left: none;
}

.comparison-table colgroup {
  position: relative;
  z-index: 99999;
  pointer-events: none;
}

.comparison-table col.highlight {
  background: #E9F7FB;
  border: 5px solid #DFEDF1;
}
@media (min-width: 600px) and (max-width: 811px) {
	.comparison-table th img.horizontal-table-icon {
	  max-width: 100px;
	}
}
