#feedback_simple a {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: fixed;
  text-decoration: none !important;
  z-index: 9999;
}

#feedback_simple img {
  border: none;
}

.feedback_simple-left {
  left: -2px;
}

.feedback_simple-right {
  right: -2px;
}

/* BHCC HOTFIX */

.feedback-btn {
	height:38px !important;
	width:178px !important;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family:'Sentinel SSm A', 'Sentinel SSm B';
  font-weight:600;
  font-style:normal;
  color:rgb(255,255,255) !important;
  background-color:rgb(172,23,99);
  font-size:1.286em; /* 18px */
  letter-spacing: -0.5px;
  line-height:38px;
  text-align:center;
  right:-70px;
}

.feedback-btn:hover {
    background-color:rgb(121,0,72);
}