/*main resets*/
.single .entry > h2, .single .entry > h3, .single .entry > h4 {
  clear: both;
  width: 100%;
  margin: 0 0 18px 0;
  padding: 18px 0 0 0;
}
.single .entry > .tab-container + h3 {
  border-top-color: transparent;
  padding-top: 0px;
}
.single .entry p:last-of-type {
  margin-bottom: 18px;
}
.single .entry p + h2, .single .entry table + h2 {
  padding-top: 0px;
}
.single .entry .mwm-aal-container {
  clear: both;
  border-top: 1px solid #e3f4fd;
  border-bottom: none;
}

/*Lyout grids*/
.lprow {
  margin-bottom: 27px;
  clear: both;
}
.lprow:before {
  content: "";
  display: table;
}
.lprow:after {
  clear: both;
}

[class^="lpcol-"] {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.lpcol-1 {
  width: 16.66667%;
  display: block;
}

.lpcol-2 {
  width: 33.33333%;
  display: block;
}

.lpcol-3 {
  width: 50%;
  display: block;
}

.lpcol-4 {
  width: 66.66667%;
  display: block;
}

.lpcol-5 {
  width: 83.33333%;
  display: block;
}

.lpcol-6 {
  width: 100%;
  display: block;
}

.lpcol-20 {
  width: 20%;
}

.lpcol-25 {
  width: 25%;
}

.align-center {
  text-align: center;
}

.lprow.social-div {
  margin-bottom: 0px;
}

/* Colors and backgrunds*/
.color-red {
  background: #FFECEC;
  color: #D94747;
}

.color-green {
  background: #F4FFEF;
  color: #335A2E;
}

.color-blue {
  background: #E3F4FD;
  color: #2E425A;
}

.color-yellow {
  background: #FFFFD3;
  color: #F4D754;
}

/*Buttons*/
.button {
  color: white !important;
  display: inline-block;
  cursor: pointer;
  font-family: "DaxlineProBold";
  font-weight: normal;
  background-color: #00b7f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32d0ff), to(#00b7f4));
  background-image: -webkit-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -moz-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -ms-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -o-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: linear-gradient(top, #32d0ff, #00b7f4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#32d0ff', EndColorStr='#00b7f4');
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: -2px 2px 8px 0px #d7effa;
  box-shadow: -2px 2px 8px 0px #d7effa;
  margin-bottom: 18px;
}
.button:hover {
  color: white !important;
  background: #00b7f4;
}
.button:active, .button:focus, .button.disable {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.large {
  padding: 0 20px;
  line-height: 45px;
  font-size: 20px;
}
.button.large i {
  margin-right: 10px;
  font-size: 18px;
}
.button.small {
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  width: 90%;
  margin-bottom: 5px;
}
.button.disable {
  background: #bbbbbb;
  cursor: default;
}
.button.little {
  padding: 0 10px;
  line-height: 22px;
  font-size: 16px;
  margin: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/*Tabs formatting*/
.tab-container {
  border-bottom: solid 1px #d7effa;
  margin-bottom: 18px;
}
.tab-container h4 {
  margin-bottom: 18px;
}

ul.tabs-menu {
  margin: 0 auto 18px auto !important;
  padding: 0 !important;
  text-align: center;
  border-bottom: solid 1px #d7effa;
}
ul.tabs-menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #00b7f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32d0ff), to(#00b7f4));
  background-image: -webkit-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -moz-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -ms-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -o-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: linear-gradient(top, #32d0ff, #00b7f4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#32d0ff', EndColorStr='#00b7f4');
  border: solid 1px #00b7f4;
  border-bottom: none;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: white;
  margin-left: 2px;
  margin-right: 2px;
}
ul.tabs-menu li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0 30px;
  outline: none;
  text-decoration: none;
  color: #ffffff;
}
ul.tabs-menu li a:hover {
  text-decoration: none;
  background: #32d0ff;
}
ul.tabs-menu li.current {
  background: white;
  padding-top: 6px;
  position: relative;
  top: 2px;
  border-color: #d7effa;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffff));
  background-image: -webkit-linear-gradient(top, white, #ffffff);
  background-image: -moz-linear-gradient(top, white, #ffffff);
  background-image: -ms-linear-gradient(top, white, #ffffff);
  background-image: -o-linear-gradient(top, white, #ffffff);
  background-image: linear-gradient(top, white, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#ffffff');
}
ul.tabs-menu li.current a {
  font-weight: bold;
  color: #2E425A;
}
ul.tabs-menu li.current a:hover {
  background: white;
}

.tab-content {
  display: none;
}

/* Chart wrapper */
.chart-wrap {
  width: 100%;
}
.chart-wrap > .chartDiv {
  margin: 0 auto;
  width: auto;
  min-height: 430px;
}

.tabs .tab-content:nth-of-type(1), .tabs li.current {
  display: block;
}

/*Table formatting*/
table.table-style-1 {
  margin: 0 auto 18px auto;
  border: none;
  width: auto;
}
table.table-style-1 thead tr {
  background-color: #2e425a;
  border-top: none;
}
table.table-style-1 thead tr th {
  color: #ffffff;
  font-size: 16px;
}
table.table-style-1 tbody tr:nth-child(even) {
  background: #ffffff;
}
table.table-style-1 tbody tr:nth-child(odd) {
  background: #f7fcff;
}
table.table-style-1 tr {
  margin: 0px;
  padding: 0px;
  border-top: solid 1px #d7effa;
}
table.table-style-1 tr:last-child {
  border-bottom: solid 1px #d7effa;
}
table.table-style-1 th {
  font-size: 14px;
  color: #2D4058;
  text-align: left;
  padding: 10px;
  margin: 0px;
  vertical-align: baseline;
  display: table-cell;
  background-color: transparent;
  line-height: 20px;
  width: 130px;
}
table.table-style-1 td {
  padding: 10px;
  font-weight: normal;
  color: #2D4058;
  margin: 0px;
  background-color: transparent;
  line-height: 20px;
  vertical-align: baseline;
}

table.table-style-2 {
  margin: 0 auto 18px auto;
  border: none;
}
table.table-style-2 td, table.table-style-2 td {
  display: table-cell;
  vertical-align: middle;
}
table.table-style-2 thead tr {
  background-color: #2e425a;
  border-top: none;
}
table.table-style-2 thead tr th {
  color: #ffffff;
  font-size: 16px;
}
table.table-style-2 thead tr th:last-child {
  text-align: center;
}
table.table-style-2 tbody tr:nth-child(even) {
  background: #fff !important;
}
table.table-style-2 tbody tr:nth-child(odd) {
  background: #fff !important;
}
table.table-style-2 tbody tr.current-item {
  background: #f7fcff !important;
}
table.table-style-2 tbody tr.current-item td {
  font-weight: bold !important;
}
table.table-style-2 tr {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #d7effa;
}
table.table-style-2 tr .td20 {
  width: 20px;
  text-align: center;
}
table.table-style-2 tr .td110 {
  width: 115px;
  text-align: center;
}
table.table-style-2 tr td a {
  color: #2E425A !important;
}
table.table-style-2 tr td:nth-child(2) a:hover {
  color: #00b7f4 !important;
}
table.table-style-2 tr .td_price {
  font-size: 16px;
  color: #00b7f4;
}
table.table-style-2 tr .td_price small {
  font-wheight: normal;
}
table.table-style-2 tr .tdtitle {
  width: 420px;
}
table.table-style-2 th {
  font-size: 14px;
  color: #2D4058;
  padding: 10px;
  margin: 0px;
  line-height: 20px;
  width: 130px;
  background-color: transparent;
}
table.table-style-2 td {
  padding: 10px;
  font-weight: normal;
  color: #2D4058;
  margin: 0px;
  line-height: 20px;
  border-left: solid 1px #d7effa;
  background-color: transparent;
}
table.table-style-2 td:last-child {
  border-right: solid 1px #d7effa;
}
table.table-style-2 td.price-td {
  font-size: 16px;
  font-weight: bold;
}
table.table-style-2 td.price-td a {
  color: #00b7f4 !important;
}
table.table-style-2 td.price-td a:hover {
  color: #2E425A !important;
}

table.table-style-3 {
  border-top: solid 1px #d7effa;
  border-left: solid 1px #d7effa;
  border-right: solid 1px #d7effa;
  margin: 0 0 20px 0;
}
table.table-style-3 tbody tr:nth-child(even) {
  background: #ffffff;
}
table.table-style-3 tbody tr:nth-child(odd) {
  background: #f7fcff;
}
table.table-style-3 tr {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #d7effa;
}
table.table-style-3 th, table.table-style-3 td {
  background-color: transparent;
  vertical-align: baseline;
  padding: 10px;
}
table.table-style-3 em {
  color: #00b7f4;
  font-size: 16px;
  font-style: normal;
}

table.table-style-4 {
  margin: 0 auto 18px auto;
  border: none;
  width: 100%;
}
table.table-style-4 td, table.table-style-4 td {
  display: table-cell;
}
table.table-style-4 tr .td20 {
  width: 20px;
  text-align: center;
}
table.table-style-4 tr .td110 {
  width: 110px;
  text-align: center;
}
table.table-style-4 thead tr {
  background-color: #2E425A;
  border-top: none;
}
table.table-style-4 thead tr th {
  text-align: center;
}
table.table-style-4 thead tr th:nth-child(2) {
  text-align: left;
}
table.table-style-4 thead tr th, table.table-style-4 thead tr.td20 {
  color: #ffffff;
  font-size: 16px;
  background-color: transparent;
  padding: 10px;
  line-height: 18px;
}
table.table-style-4 tbody tr.main_tr {
  background: #f7fcff;
  border-bottom: solid 1px #d7effa;
}
table.table-style-4 tbody tr.main_tr td {
  font-family: 'DaxlineProBold';
  font-size: 15px;
  font-weight: normal;
  color: #2E425A;
}
table.table-style-4 tbody tr.main_tr td.td-price a {
  color: #00b7f4;
  font-size: 18px;
}
table.table-style-4 tbody tr.main_tr td.td-price a:hover {
  color: #2E425A;
}
table.table-style-4 tbody tr.main_tr td a {
  font-family: 'DaxlineProBold';
  font-size: 16px;
  font-weight: normal;
  color: #2E425A;
}
table.table-style-4 tbody tr.main_tr a.expand,
table.table-style-4 tbody tr.main_tr a.expand-disable {
  display: inline-block;
  width: 20px;
  height: 20px;
}
table.table-style-4 tbody tr.main_tr a:hover {
  color: #00b7f4;
}
table.table-style-4 tbody tr.main_tr a.expand:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0fe";
}
table.table-style-4 tbody tr.main_tr a.expand-disable:before {
  font-size: 12px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #c5deea;
  cursor: alias;
}
table.table-style-4 tbody tr.main_tr a.expand.expanded:before {
  content: "\f146";
  color: #00b7f4;
}
table.table-style-4 tbody tr.second_tr .td_price {
  color: #00b7f4;
}
table.table-style-4 tbody tr.second_tr .td_price small {
  font-size: 8px;
  font-wheight: normal;
}
table.table-style-4 tbody tr.second_tr, table.table-style-4 tbody tr.laptops_tr {
  background: #ffffff !important;
  display: none;
  border-bottom: solid 1px #d7effa;
}
table.table-style-4 tbody tr.second_tr a, table.table-style-4 tbody tr.laptops_tr a {
  color: #00b7f4;
}
table.table-style-4 tbody tr.second_tr a:hover, table.table-style-4 tbody tr.laptops_tr a:hover {
  color: #2E425A;
}
table.table-style-4 tbody tr.second_tr a.button, table.table-style-4 tbody tr.second_tr a.button:hover, table.table-style-4 tbody tr.laptops_tr a.button, table.table-style-4 tbody tr.laptops_tr a.button:hover {
  color: white;
}
table.table-style-4 tbody tr.laptops_tr {
  display: block;
}
table.table-style-4 tbody tr.laptops_tr td {
  width: 950px;
}
table.table-style-4 tbody th, table.table-style-4 tbody td {
  background-color: transparent;
  padding: 10px 2px;
}

table.table-style-5 {
  margin: 0 auto 18px auto;
  border: none;
  width: 100%;
}
table.table-style-5 thead tr {
  background-color: #2e425a;
  border-top: none;
}
table.table-style-5 thead tr th {
  background-color: #2e425a;
  color: white;
  text-align: center;
}
table.table-style-5 thead tr th:nth-child(2) {
  text-align: left;
}
table.table-style-5 tbody tr {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #d7effa;
  background-color: white;
}
table.table-style-5 tbody tr td.butwrap {
  width: 130px;
}
table.table-style-5 tbody tr td.td_image {
  width: 150px;
  position: relative;
}
table.table-style-5 tbody tr td.number {
  padding: 0 15px;
  background-color: #f7fcff;
}
table.table-style-5 tbody tr td.number strong {
  font-size: 30px;
  display: inline-block;
  color: #2E425A;
  line-height: 40px;
  text-align: center;
}
table.table-style-5 tbody tr td.number.text40 strong {
  font-size: 40px;
}
table.table-style-5 tbody tr td.number.text20 strong {
  font-size: 20px;
}
table.table-style-5 tbody tr td.value {
  background-color: #f7fcff;
}
table.table-style-5 tbody tr td.value strong {
  font-size: 40px;
  padding: 10px;
  line-height: 40px;
}
table.table-style-5 tbody tr td p {
  font-size: 12px;
}
table.table-style-5 tbody tr td .lp-price {
  font-family: "DaxlineProBold";
  font-size: 40px;
  color: #00b7f4;
  line-height: 40px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
}
table.table-style-5 tbody tr td .lp-price span.lppc {
  display: block;
  padding-right: 14px;
  text-align: right;
}
table.table-style-5 tbody tr td .lp-price span.vat {
  position: absolute;
  top: 0px;
  right: -35px;
  display: inline-block !important;
  vertical-align: top;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #00b7f4;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 7px;
  width: 40px;
}

td .lp-price {
  font-family: "DaxlineProBold";
  font-size: 40px;
  color: #00b7f4;
  line-height: 40px;
  position: relative;
  margin-top: 10px;
  text-align: right;
  padding-right: 20px;
}
td .lp-price span.lppc {
  display: inline-block;
  padding-right: 14px;
}
td .lp-price span.vat {
  position: absolute;
  top: -3px;
  right: -35px;
  display: inline-block !important;
  vertical-align: top;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #00b7f4;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 7px;
  width: 40px;
}
td span.dash {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #2E425A !important;
}
td a.link-title {
  display: block;
  font-family: 'DaxlineProBold';
  font-size: 16px;
  font-weight: normal;
  color: #2E425A;
}
td a.link-title:hover {
  color: #00b7f4;
}
td .lprow, td p, td p:last-of-type {
  margin-bottom: 0px !important;
}
td [class^="lpcol-"] {
  float: left;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
td.vtop {
  vertical-align: text-top;
}

.table_image {
  width: 80px;
  min-height: 60px;
  padding-right: 10px;
  float: left;
}

.square {
  width: 10px;
  height: 10px;
  vertical-align: baseline;
}

.circle {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: auto;
}

td.color.red {
  color: #e27171;
}

td.color.green {
  color: #2ECC71;
}

table.chart-photoshop td.color.red {
  color: #2ECC71 !important;
}

table.chart-photoshop td.color.green {
  color: #e27171 !important;
}

table.chart-photoshop td.color.green:last-of-type {
  color: #2ECC71 !important;
}

/*Game table*/
.game {
  margin-bottom: 18px;
}
.game a img {
  margin: 0px;
  display: block;
}
.game .game-row {
  height: 80px;
  padding: 10px 0 20px 0;
  text-align: center;
  font-family: 'DaxlineProBold', Arial, sans-serif;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
}
.game .game-row .gtext-small {
  font-size: 10px;
  font-weight: normal;
}
.game .game-row .gtext-normal {
  font-size: 12px;
  text-transform: uppercase;
}
.game .game-row .gtext-big {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  font-size: 60px;
  margin: 5px 0;
  line-height: 46px;
}
.game .game-row .ginfo {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.game .game-row .ginfo a {
  color: rgba(0, 0, 0, 0.2);
}
.game .game-row .ginfo a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.game .game-row.color-red {
  border-bottom-color: #ffc3c3;
}
.game .game-row.color-green {
  border-bottom-color: #d8ffc6;
}
.game .game-row.color-blue {
  border-bottom-color: #bde5fa;
}
.game .game-row.color-yellow {
  border-bottom-color: #ffffaa;
}

/*Plus and Minus comparisons */
.comparisons {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 18px;
}
.comparisons .plus-wrapper, .comparisons .minus-wrapper {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  padding: 20px;
}
.comparisons .plus-wrapper h4, .comparisons .minus-wrapper h4 {
  margin: 0 0 18px 0 !important;
  font-size: 18px;
}
.comparisons .plus-wrapper ul, .comparisons .minus-wrapper ul {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
}
.comparisons .plus-wrapper ul li, .comparisons .minus-wrapper ul li {
  list-style-type: none !important;
}
.comparisons .plus-wrapper ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  left: -10px;
  position: relative;
}
.comparisons .minus-wrapper ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  left: -10px;
  position: relative;
}

/* Laptop mdels in review*/
.lp-models {
  text-align: center;
  padding-top: 18px;
}
.lp-models .lp-image {
  height: 120px;
}
.lp-models h4 {
  font-size: 12px;
  margin-bottom: 10px;
  min-height: 40px;
}
.lp-models .lp-price {
  font-family: "DaxlineProBold";
  font-size: 50px;
  color: #00b7f4;
  line-height: 50px;
  position: relative;
  margin-bottom: 10px;
}
.lp-models .lp-price span.lppc {
  display: inline-block;
  padding-right: 14px;
}
.lp-models .lp-price span.vat {
  position: absolute;
  top: 0px;
  right: -63px;
  display: inline-block !important;
  vertical-align: top;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #00b7f4;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 8px;
  width: 50px;
}

/* Laptop mdes in review*/
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.lp-new, .lp-promo {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  margin-left: 5px;
  text-transform: uppercase;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.lp-new {
  background: linear-gradient(89deg, #17b8a6, #58ae17);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}

.lp-promo {
  background: linear-gradient(89deg, #e53623, #e20da5);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}

.mb10 {
  margin: 0px 0px 10px 0px !important;
}

/*# sourceMappingURL=ai_core.css.map */
