@font-face {
    font-family: 'BNazanin';
    src: url('fonts/BNazanin.eot?#') format('eot'),  /* IE6–8 */
    url('fonts/BNazanin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BNazanin.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'BMitra';
    src: url('fonts/BMitra.eot?#') format('eot'),  /* IE6–8 */
    url('fonts/BMitra.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BMitra.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
.font-BNazanin{
    font-family: BNazanin;
}
.font-BMitra{
    font-family: BMitra;
}
.font-tahoma{
    font-family: tahoma;
}
body{
    font-family:tahoma;
    font-size:11px;
}

.popover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
}
.CodeBox{
    padding: 4px;
}
.gm-style-iw-d{
    font-family: tahoma;
    font-size: 11px;
}