#feedback {
  position: fixed;
  right: 0;
  bottom: 0px;
  height: 400px;
  margin-left: -3px;
  margin-bottom: -3px;
  z-index: 10; }

#feedback-form {
  float: right;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 0px;
  padding-right: 0px;
  background-clip: "padding-box";
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  #feedback-form textarea {
    resize: none; }

#feedback-tab {
  float: left;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 42px;
  background-color: #169bed;
  margin-top: 150px;
  margin-right: -42px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  #feedback-tab:hover {
    background-color: #041729; }

@media (min-width: 800px) {
  #feedback {
    height: 480px; }
  #feedback-form {
    width: 542px; }
  .css-40 {
    padding: 30px !important; } }
