.toggle-panel {
  display: none;
  background: #f3f3f3;
  width: 670px;
  position:fixed; z-index:9999999;
  color:#666666;
  bottom:0;
  -webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  margin-top: 20px;
  /**
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  **/
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  -moz-transform: translate3d(0, 0, 0) rotate(0deg);
  -ms-transform: translate3d(0, 0, 0) rotate(0deg);
  -o-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg); }
}
.toggle-panel-ad {
  float: left;
}

.toggle-close {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    border-bottom: 2px solid rgb(80, 112, 178);
}

.toggle-close img {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 25px;
}

.toggle-bar {
    position: absolute;
    top: 0px;
    right: 50px;
    height: 200px;
    width: 620px;
    pointer-events: none;
    border-bottom: 2px solid rgb(80, 112, 178);
}

.toggle-body {
    position: absolute;
    top: 50px;
    right: 0px;
    height: 200px;
    width: 50px;
    pointer-events: none;
}
