 .tn-atom, .t-input, .t-text, .t-title, .t-descr, .t-menu__link-item, .t-btn, .t-name, .t-uptitle {    direction: rtl;
}

[style="direction: rtl;"] {
    direction: ltr!important;
    text-align: right;
}

/* This is so that the country code icon in the phone form goes back to the left! */

.t-input-phonemask__wrap, .t-input-phonemask, .t-input-phonemask__wrap-style .t-input-phonemask__select, input[type=tel] {direction: ltr;}

.t-form__submit {padding-right :  20px !important; }
 input[type=tel] {text-align: right;}

/* This is for right-to-left text*/
letter-spacing: 0;

/* This is so that in the question and answer form the name is in a narrow column */

 .t665__question-name, .t665__answer-name {
    display: table-cell;
    width: 570px;
    vertical-align: top;
    padding-top: 3px;
    padding-right: 30px;
}

