﻿#compare_output {
  background:url('fea_2.jpg') no-repeat;
  width: 940px;
  height: 514px;
  margin-left: 20px;
}
	
.x7-black {
  float: left;
  color: #ffffff;
  margin-left: 45px;
}

.x7-white {
  float: right;
  color: #ffffff;
  padding-left: 10px;
}

.hide-ug {
  display: inherit !important;
}

@media (max-width: 991px) {
  .productview #compare_output {
    background-image: none;
    background-color: #eee;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .productview #compare_output h4 {
    color: inherit;
  }
  .productview .x7-black, .productview .x7-white {
    width: 50%;
    margin-left: 0;
    padding-left: 0;
    color: inherit;
  }
}