h3 + p {
  min-height: 25px;
}

.jrGraphContainer {
    background: none; 
    border-bottom: 1px solid #eee;
    padding-top:0;
    margin-bottom: 25px;
    position: relative;
}
ul.jrGraph {
    clear: both;
    list-style: none;
    width: 69%;
    margin: -43px auto 0;
    position: relative;
    left: 146px ;
    padding-bottom: 0 !important;
    /*background: url("gsmarena_watermark.png") repeat 19px -32px;*/
}

.container_12 ul.jrGraph {
  width: calc(100% - 170px);
      transform: translateX(-7%);
}


ul.jrGraph br, ul.jrGraph p {display:none !important;}

ul.jrGraph li.active {
    background:#962117 !important;
}
ul.jrGraph li {
    background: #299f00;
    color: #eee;
    display: block;
    font-size: 17px;
    opacity: 0;
    padding: 1px 10px;
    position: relative;
    margin: 0 0 1px 0;
    text-shadow: 0 1px 1px #000;
    width: 0;
    list-style: none;
    max-width: 99% !important;
}

ul.jrGraph li span.label {
    /* background: #962117; color: #eee; */
    background: white !important;
    position: absolute;
    color: #333;
    text-shadow: none !important;
    font-weight: bold;
    left: 0;
    top: 0;
    padding: 4px 15px;
    font: bold 12px Arial;
    opacity: 1;
    text-align: right;
    display: block;
    white-space: nowrap;
}

ul.jrGraph li span.value {
    font: bold 13px Tahoma;
    list-style: none;
}

ul.jrGraph li:nth-child(even) {
    background: #31be00;
}

ul.jrGraph li:nth-child(even) span.label {
    background: #31be00;
}

#review-body ul.jrGraphControls {
    background: none repeat scroll 0 0 white;
    height: 24px;
    list-style: none outside none !important;
    margin: 15px 0 26px 0 !important;
    overflow: hidden;
    padding: 0; margin-left: -10px;
    position: relative;
    top: -18px;
    width: 100%;
    min-height: 24px;
}

.container_12 #review-body ul.jrGraphControls {
  margin: 15px 0 0px 0 !important
}


ul.jrGraphControls a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 2px 10px 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
  text-decoration: none !important;
  margin-right: 3px;
}
ul.jrGraphControls a:hover,
ul.jrGraphControls a:active,
ul.jrGraphControls a.active,
ul.jrGraphControls a.disabled,
ul.jrGraphControls a[disabled] {
  background-color: #e6e6e6;
}
ul.jrGraphControls a:active,
ul.jrGraphControls a.active {
  background-color: #cccccc \9;
}
ul.jrGraphControls a:first-child {
  *margin-left: 0;
}
ul.jrGraphControls a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
ul.jrGraphControls a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul.jrGraphControls a.active,
ul.jrGraphControls a:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  outline: 0;
}

ul.jrGraphControls li {
    float: right;
    list-style: none !important;
}

.sortbyvalue, .sortbylabel {
    display: block;
    padding: 5px 10px;
    margin: 0 1px 0 0;
    list-style: none;
}

/* ToolTips */

.tip {
    color: #fff;
    background: rgba(0,0,0,.8);
    display:none;
    padding:15px;
    position:absolute;
    text-shadow: 0 1px 1px #000;
    z-index:999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px #000;
    moz-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
    max-width: 500px;
}

/* Alignments */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.jrGraphContainer #tooltip
{
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    position: absolute;
    z-index: 100;
    padding:5px;
    font-size: 13px;
    font: 600 12px/150% Arimo,Arial,sans-serif;
    width:260px;
    left: -120px;
    bottom: 3.5em;
}

.jrGraphContainer #tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    content: '';
    position: absolute;
    left: 10%;
    bottom: -10px;
    margin-left: -10px;
}

.jrGraphContainer #tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    top: -20px;
    bottom: auto;
}

.jrGraphContainer #tooltip.left:after
{
    left: 10px;
    margin: 0;
}

.jrGraphContainer #tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.jrGraphContainer .jrGraph::after {
    content: "* Tap/hover over the device names for more info";
    float: right;
    font-size: 0.8em;
    font-style: italic;
    color: #888;
    white-space: nowrap;
}