#content .button {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  color: #ffffff;
  padding: 7px 20px;
  line-height: 22px;
  width: auto;
  cursor: pointer;
}

#content .primaryAction.button {
  background: #da291c;
  background: -moz-linear-gradient(top, #da291c 0%, #da291c 50%, #af1f24 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da291c), color-stop(50%, #da291c), color-stop(100%, #af1f24));
  background: -webkit-linear-gradient(top, #da291c 0%, #da291c 50%, #af1f24 100%);
  background: -o-linear-gradient(top, #da291c 0%, #da291c 50%, #af1f24 100%);
  background: -ms-linear-gradient(top, #da291c 0%, #da291c 50%, #af1f24 100%);
  background: linear-gradient(to bottom, #da291c 0%, #da291c 50%, #af1f24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da291c ', endColorstr='#af1f24 ', GradientType=0);
}

#content .secondaryAction.button {
  background-color: #333333;
  background: linear-gradient(top, #4f4f4f 0%, #333333 100%);
  background: -moz-linear-gradient(top, #4f4f4f 0%, #333333 100%);
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #333333 100%);
  background: -ms-linear-gradient(top, #4f4f4f 0%, #333333 100%);
  background: -o-linear-gradient(top, #4f4f4f 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f4f4f, endColorstr=#333333, GradientType=1);
}

#content .primaryAction.button:hover,
#content .secondaryAction.button:hover {
  opacity: 0.8;
}

#content .accessory-list {
  display: table;
  margin: 50px auto 0 auto;
  width: 100%;
}

#content .accessory-list > div.large-row {
  display: table-row;
}

#content .accessory-list div.cell {
  display: table-cell;
  padding-bottom: 20px;
  width: 25%;
  text-align: center;
}

#content .accessory-list img {
  max-height: 100px;
  width: auto;
  display: block;
  margin: auto;
}

#content .float-right {
  float: right;
}

#content .float-left {
  float: left;
}

#content .accessory-list .cell a {
  display: block;
  text-decoration: none;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

.compare-star {
  display: inline-block;
  height: 22px;
  background-image: url(../Images/star_white.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.tooltip {
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px #888888;
  -moz-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
}

.hide-on-load {
  display: none;
}