.cgr_container{
  width: 700px;
  margin: 0 auto;
}

.cgr_content{
  position: relative;
}
.cgr_tabpanel{
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}

.cgr_graph{
  width: 100%;
  height: 500px;
}
.cgr_tabcontent{
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.cgr_image{
  width: 100%;
  border: 3px solid #160e3b;
}
