.rvt-feedback-toggle{
  margin-top: -3px;
  background-color: #990100;
  color: #ffffff;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.rvt-feedback-toggle:hover{
  text-decoration: none;
} 

.rvt-feedback-form{
  position: fixed;
    bottom: 5rem;
    max-width: 30rem;
    width: 90%;
    left: unset;
    background-color: #fff;
    box-shadow: 0 1px 3px 2px rgba(36, 49, 66, .1);
    border-radius: .25rem;
  color: #000000;
  font-size: 0.875rem;
    margin-top: 0.5rem;
  text-align: left;
	z-index: 1;
}

