﻿body {
    letter-spacing: 1px;
}
#card #front #social-bar {
    direction: rtl;
}

html h1, body h1 {
    direction: rtl;
}

.AdditionalListShortDescription {
    margin-top: 5px;
    text-align: end;
}

html h2, body h2 {
    direction: rtl;
}

html h3, body h3 {
    direction: rtl;
}

.element-additional-cards {
    text-align: right;
}

.contact {
    left: unset !important;
    right: 25px !important;
}

.contact-right {
    right: unset !important;
    left: 25px !important;
}

.cards .card-content .col.left {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.local-sel-r {
    right: unset !important;
    left: 10px !important;
}

.local-sel-l {
    left: unset !important;
    right: 10px !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}