#cu-feedback {
  position: fixed;
  right:15px;
  bottom:0;
  z-index: 101;
  width:240px;
  font-size: 12px;
  max-height: 75%;
  overflow-y: scroll;
}
#cu-feedback a.cu-feedback-link.button {

  padding:10px;
  font-size: 12px;
  display: block;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 0;
}
#cu-feedback a.cu-feedback-link i.fa {
  float: right;
  margin-left: 10px;
}
#cu-feedback-content {
  background: #fff;
  color:#363636;
  display: none;
  border:1px solid #ddd;
}

#cu-feedback h2.node-title {
  display: none;
}


body.has-feedback-form {
  padding-bottom: 40px;
}
body.has-feedback-form #cu_back_to_top {
  bottom: 50px;
}
