.ti-feedback-button a,
.ti-feedback-button a:link,
.ti-feedback-button a:visited {
    display: block;
    text-align: center;
    background: #007c8c;
    color: #fff;
    line-height: 1.25em;
    padding: 6.666666667px;
}

.ti-feedback-button a.sticky {
    position: fixed;
    z-index: 9000;
    right: -3em;
    bottom: 200px;
    transform: rotate(270deg);
}

@media (max-width: 670px) { 
    .ti-feedback-button { display: none; }
}
