
.support-feedback {
  position: relative;
  width: 100%;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 50px;
}

.no-boxsizing .support-feedback .container {
  max-height: 190px;
}

.support-feedback .title {
  margin-bottom: 20px;
  padding-top: 62px;
  text-align: center;
}

.support-feedback .description {
    text-align: center;
    margin: 40px;
}

.support-feedback .tout-row {
  margin-top: 26px;
  margin-bottom: 26px;
}
.support-feedback .tout-span {
  text-align: center;
}

.support-feedback .tout {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.support-feedback .tout .t8 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.support-feedback a.tout {
  color: #1ac6d9;
}
.support-feedback a.tout:hover {
  text-decoration: underline;
}
