/**
 * Chart-related CSS
 */
#products-chartdiv {
  width: 100%;
  height: 100%;
}

/**
 * CSS related to this demo - resizable container
 */
body {
  font-family: Verdana;
  font-size: 12px;
  color: #333;
}
.ui-resizable-helper {
  border: 1px dotted gray;
}
.resizable {
  display: block;
  width: 800px;
  height: 250px;
  padding: 0;
  margin: 0 20px 20px 170px;
  float: left;
  border: 2px dashed #ddd;
  overflow: hidden;
  position: relative;
}
#controls {
  text-align: center;
  background: #dedede;
  color: #333;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana;
  margin-right: 10px;
  min-height: 500px;
  max-width: 140px;
  position: absolute;
}
#controls input {
  margin: 2px 0;
}
#controls .copy {
  font-size: 11px;
  font-weight: normal;
}
#dims {
  background: #fff;
  color: #222;
  padding: 5px 8px;
  font-size: 14px;
  font-family: Verdana;
  text-align: center;
  margin-bottom: 10px;
  min-width: 120px;
}