/* line 6, scss/compare.scss */
#comparisonMain {
  margin: 10px 20px 30px;
}
/* line 10, scss/compare.scss */
#comparisonMain td {
  text-align: center;
  padding: 4px 6px;
}
/* line 15, scss/compare.scss */
#comparisonMain tr {
  border-bottom: 1px solid #e0e0e0;
}
/* line 17, scss/compare.scss */
#comparisonMain tr:last-of-type {
  border-bottom: 0px;
}
/* line 23, scss/compare.scss */
#comparisonMain td.groups a {
  color: #9ba6ba;
  border-bottom: 1px dashed #9ba6ba;
  text-decoration: none;
  margin: 4px;
}
/* line 28, scss/compare.scss */
#comparisonMain td.groups a.active {
  font-weight: 700;
  color: #61718e;
  border-bottom: 1px dashed #61718e;
}

/* line 37, scss/compare.scss */
a {
  color: #075bd7;
}

/* line 41, scss/compare.scss */
i.compare_icon {
  background-image: url(/images/compare_icon.png);
  background-repeat: no-repeat;
  background-position: -25px 0;
  width: 25px!important;
  height: 25px!important;
  display: inline-block;
  margin-bottom: -8px;
  cursor: pointer;
}

/* line 52, scss/compare.scss */
i.compare_icon.prodcard {
  background-position: -50px 0 !important;
}

/* line 56, scss/compare.scss */
i.compare_icon.active {
  background-position: 0 0!important;
}

/* line 61, scss/compare.scss */
div#floatpanel {
  position: fixed;
  bottom: 10px;
  border-radius: 7px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(90, 140, 185, 0.85);
  padding: 6px 20px;
  width: 18%;
  margin: 0 41%;
  z-index: 8000;
  font: 12px/20px Tahoma, Verdana, Arial, sans-serif;
  color: #FFF;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6), inset 0 -1px 3px 2px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

/* line 78, scss/compare.scss */
div#floatpanel b {
  border-bottom: 1px dashed #FFF;
  font-weight: 500;
}

/* line 83, scss/compare.scss */
div#floatpanel b span {
  font-weight: 700;
  font-size: 110%;
}

/* line 88, scss/compare.scss */
div#compare_floatpanel_block {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 80%;
  /*height: 200px;*/
  margin: 0 10%;
  z-index: 8001;
  text-align: center;
  padding-bottom: 52px;
}

/* line 100, scss/compare.scss */
div#compare_floatpanel {
  border-radius: 12px;
  border: 3px solid orange;
  background-color: white;
  padding: 6px 25px;
  font: 12px/20px Tahoma, Verdana, Arial, sans-serif;
  text-align: center;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
