﻿.bg-gokturk {
    background: rgba(93,185,239,255)
}
.bg-uygur {
    background-color: rgba(255,209,1,255);
}
.bg-osmanli {
    background: rgba(203, 32,39,255)
}

.uyg {
    font-family: 'Mongolian Baiti';
    font-size: 40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
}

#divSpan {
    writing-mode: horizontal-tb;
    direction: rtl;
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
    width: 100%;
    transform: translate(180deg, 0);
}
.metin {
    direction: rtl;
}

.btnKlavye {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}