﻿.sabad {
    color: black;
    background-color: #bfffaf;
    border: 2px solid black;
    border-radius: 2px;
    height: 25px;
    width: 50px;
}

.tagb {
    color: green;
    font-family: Tahoma;
    font: bold;
    font-size:14px;
}
.tablkart{
    font-size: 16px;
    font: bold;
    color: black;
    font-family: Tahoma;
}

/*/////////////ویژه موبایل پیج///////////////*/
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: right;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #D6EEEE;
}




