/*
 Theme Name:   Exchanging
 Theme URI:    http://exchanging.ir/exchanging/
 Description:  Exchanging Theme
 Author:       Exchanging Software Development Team
 Author URI:   http://exchanging.ir
 Template:     discover
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         webmoney, bitcoin
 Text Domain:  Exchanging
*/

@import url(/wp-content/themes/Exchanging/fonts/fontiran.css);
body{
font-family: IRANSans;
}
.topsTable td {
    max-width: 85px;
    word-wrap: break-word;
}
.topsTable a {
    display: inline-block;      /* برای اینکه محدودیت عرض اعمال بشه */
  	max-width: 100%;            /* تطابق با عرض td */
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	vertical-align: middle;
}