/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input,  textarea { font-family: sans-serif; color: #222; }
select  { font-family: sans-serif; }
body { margin: 0; font-size: 1em; line-height: 1.4; }


a { color: #0081A5; }
a:visited { color: #551a8b; }
a:hover { color: #007B9C; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


dd { margin: 0 0 0 40px; }
nav ul, menu, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; background: #EdeDED;}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*my style*/
body {
  width: 100%;
  min-width: 1006px;
  font-family: Tahoma;
}
.lt-ie9 body {
	min-width:1002px;
	}

h1 {
  font-size: 34.5px;
}
h2 {
  font-size: 17px;
}
h3.news-header {
  font-size: 15px;
}
h4 {
  font-size: 14.6px;
  line-height: 28px;
}
header {
  height: 138px;
  background: url(../images/bg_header2.png) 0 0 repeat-x;
}
header .wrapper {
  width: 936px;
  margin: 0 auto;
  overflow: hidden;
  position:relative;
}
header .wrapper .left {
  float: left;
  margin: 20px 0 4px 30px;
}
header .wrapper .right {
  position:absolute;
  top:0;
  right:0;
  margin-right: 15px;
  text-align: right;
}
.lt-ie8 header .wrapper .right {
  position:relative;
}

header .wrapper .right menu {
  height: 38px;
  background: url(../images/bg_top_menu.png) 0 0 repeat-x;
  padding: 0;
  margin:10px 6px 0;
  
}
.left_part2, .right_part2 {display:inline-block;width:6px;height:38px;background:url(../images/top_menu_parts.png) 0 0 no-repeat;float:left;margin-left:-6px;}

.right_part2{ background-position:-7px 0;float:right;margin:0 -6px 0 0;}

header .wrapper .right menu li {
  display:inline-block;
  border-left: 1px solid #e2e2e2;
  height:14px;
  margin-top:12px;
  padding-left:2px;
}
header .wrapper .right menu  li a {
  font-size: 12px;
  color: #e2e2e2;
  padding: 5px 7px;
  display:block;
  margin:-6px 0 0 3px;
}
header .wrapper .right menu li.first{
  border-left: none;
}
header .wrapper .right menu a:hover {
  background: url(../images/top_menu_hover.png) 0 0 repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-right: none;
  behavior: url(/css/PIE.htc);
  position:relative;
}
header h4 {
  font-size: 11px;
  color: #7ea2ad;
}
header a {
  text-decoration: none;
}
header .main_menu {
  clear: both;
  width: 936px;
  height: 51px;
  overflow: hidden;
}
header .left_part {
  float: left;
  width: 20px;
  height: 51px;
  background: url(../images/bg_menu.png) -19px 0 no-repeat;
}
header .right_part {
  float: left;
  width: 19px;
  height: 51px;
  background: url(../images/bg_menu.png) 0 0 no-repeat;
}
header .middle_part {
  float: left;
  width: 897px;
  height: 51px;
  background: url(../images/bg_menu3.png) 0 0 repeat-x;
  overflow: hidden;
}
header .main {
  width: 800px;
  float: left;
}
header .main a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 51px;
  padding: 0 20px;
}

header .main .current {
  height: 14px;
  font-size: 12px;
  color: #696969;
  background: url(../images/top_menu_curent_bg.png) 0 0 repeat-x;
  padding: 15px 20px 19px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-radius: 10px 10px 0 0;
  
}

header .main a:hover {
  background: url(../images/main_menu_hover.jpg) 0 0 repeat-x;
  color: #696969;
  padding: 10px 20px 10px ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  position:relative;
}
header .buttons {
  float: left;
  margin-top: 12px;
}
header .buttons a {
  display: inline-block;
  width: 26px;
  height: 26px;
}

header .buttons .twitter {
  background: url(../images/top_buttons.png) 0 0 no-repeat;
}
header .buttons .mail {
  background: url(../images/top_buttons.png) -34px 0 no-repeat;
}
header .buttons .rss {
  background: url(../images/top_buttons.png) -67px 0 no-repeat;
}



.slider {
  height: 357px;
  background: url(../images/slider_bg.png) 0 0 repeat-x;
  /* .prev, .next {display:block;width:57px;height:57px;position:absolute;top:110px;z-index:101;}
		.prev {background:url(../images/arrows.png)  0 0 no-repeat;left:0;}
		.next {background:url(../images/arrows.png) -60px 0 no-repeat;right:0;} */

}
.slider .wrapper {
  width: 977px;
  height: 357px;
  margin: 0 auto;
  background: url(../images/bg_slider.jpg) 0 bottom no-repeat;
  position: relative;
}
#button-on-slider
{
  font: 30px/35px Verdana;
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 45px;
  z-index: 101;
  width:265px;
  height:81px;
  text-align: center;
  background:url(../images/button_04.png) 0 0 no-repeat;
  border:none;
/*  border: 1px solid #cf7200;
  padding: 15px 30px;
 -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #666666 -5px -5px 3px;
  -moz-box-shadow: #666666 -5px -5px 3px;
  box-shadow: #666666 -5px -5px 3px;
  background: #f8be50;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8be50), to(#f1972b));
  background: -webkit-linear-gradient(#f8be50, #f1972b);
  background: -moz-linear-gradient(#f8be50, #f1972b);
  background: -ms-linear-gradient(#f8be50, #f1972b);
  background: -o-linear-gradient(#f8be50, #f1972b);
  background: linear-gradient(#f8be50, #f1972b);
  -pie-background: linear-gradient(#f8be50, #f1972b);
  behavior: url(css/PIE.htc); */
}
.content {
  background-color: #f1eded;
  overflow: hidden;
  padding: 20px 0 27px;
}
.content .wrapper {
  width: 977px;
  margin: 0 auto;
  overflow:hidden;
}
.content .wrapper aside {
  width: 220px;
  float: left;
  margin-right: 23px;
}
.content .wrapper aside .news {
  border-bottom: 2px solid #d9d9d9;
  overflow: hidden;
}
.content .wrapper aside .news h3.news-header {
  height: 54px;
  background: url(../images/news_title.png) 0 0 no-repeat;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}
.content .wrapper aside .news .post {
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  background-color: #FFF;
  overflow: hidden;
}
.content .wrapper aside .news .date {
  font-size: 10px;
  color: #101010;
  color: #7ea2ad;
  display: block;
  padding: 11px 0 0 13px;
  border-top: 4px solid #d9d9d9;
}

.content .wrapper aside .news span.topmost-news-item {
  border-top: none;
}


.content .wrapper aside .news .info {
  padding: 3px 13px;
}
.content .wrapper aside .news .info a {
  font-size: 15px;
  line-height: 13px;
  color: #121212;
  text-decoration: none;
  display: inline-block;
}
.content .wrapper aside .news .info p {
  color: #605e5e;
  font-size: 12px;
  line-height: 13px;
  text-align: justify;
}
.content .wrapper aside .news .info .more {
  color: #d77b0f;
  font-size: 12px;
}
input[type=submit], input[type=button], input.button {

  padding: 5px 45px;
  margin: 10px 5px;
  color: #fff ;
  font-size: 12px;



  background: #f8be50;

  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8be50), to(#f1972b));
  background: -webkit-linear-gradient(#f8be50, #f1972b);
  background: -moz-linear-gradient(#f8be50, #f1972b);
  background: -ms-linear-gradient(#f8be50, #f1972b);
  background: -o-linear-gradient(#f8be50, #f1972b);
  background: linear-gradient(#f8be50, #f1972b);
  -pie-background: linear-gradient(#f8be50, #f1972b); 
/*
  border: none;
  position:relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; */

  behavior: url(css/PIE.htc);

}

#show-all-news-btn
{
     float: right; 
      padding: 5px 10px;
}

section {
  overflow: hidden;
}
section  h2.page-title {
  padding-left: 30px;
  color: #fff;
  height: 49px;
  background: url(../images/cont_title.png) 0 0 repeat-x;
  line-height: 49px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  behavior: url(css/PIE.htc);
  position:relative;
}
section .inner {
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  padding: 15px 25px;
  overflow: hidden;
  text-align: justify;
}
section .blok {
  width: 50%;
  overflow: hidden;
  float: left;
  font-family: Arial;
}
.lt-ie8 section .blok {width:49.5%;}

section .blok img {
  padding: 5px;
  margin: 25px 5px 0;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: #999999 -2px -5px 5px;
  -moz-box-shadow: #999999 -2px -5px 5px;
  box-shadow: #999999 -2px -5px 5px;
  float: left;
}
section .blok .info {
  width: 57%;
  float: left;
  margin: 0 5px;
}
section .blok .info h4 {
  color: #565656;
}
section .blok .info p {
  font-size: 13px;
  color: #979595;
}
section .blok.right img {
  float: right;
}
section .blok.right .info {
  text-align: right;
}
section p, section div.inner {
  font-size: 16px;
  color: #303030;
}
section ul {
  list-style-image: url(../images/marker2.png);
  list-style-position: inside;
}
section ul li {
  margin: 10px 0;
}
.lt-ie8 section ul li {font-size:16px;}
footer {
  min-height: 347px;
  background: #0c0c0c url(../images/derevo.jpg) 0 0 repeat-x;
}
footer .wrapper {
  width: 887px;
  margin: 0 auto;
  padding: 42px 0 10px;
  overflow: hidden;
}
footer .blok {
  width: 165px;
  margin: 0 58px 0 0;
  float: left;
}
footer .blok h2 {
  color: #777;
  font-weight: normal;
}
footer .blok ul {
  margin-top: 37px;
  font-size: 12px;
  list-style: none;
}
footer .blok ul li {
  padding: 8px 0 8px 18px;
  border-bottom: 3px solid #484848;
}
footer .blok ul li:first-child {
	border-top: 3px solid #484848;
	}
	
footer .blok ul a {
  color: #d5d3d2;
  text-decoration: none;
}
footer .copyright {
  float: left;
  width: 215px;
  color: #e2e2e2;
}
footer .copyright h1 {
  font-weight: normal;
  line-height: 1;
}
footer .copyright span {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-top: 5px;
}
footer .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
/*prices*/
.prices nav {
  height: 38px;
  padding-left: 3px;
  background: url(../images/prices_title.png) 0 0 repeat-x;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-radius: 10px 10px 0 0;behavior: url(css/PIE.htc);
  position:relative;
}
.prices nav a:focus { outline: none; }
.prices nav a {
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #696969;
  text-decoration: none;
  display: inline-block;
  background-color: #f3f3f3;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-radius: 10px 10px 0 0;behavior: url(css/PIE.htc);
  position:relative;
  margin-top: 3px;
  font-size: 12px;
}
.lt-ie8 .prices nav a.iph {margin-right:5px;}

.prices nav a span {
  margin-right: 5px;
  display: inline-block;
  margin-bottom: -3px;
}
.prices nav a:hover, .prices nav a.current {
  color: #323232;
  font-size: 13px;
  background-color: #FFF;
  height: 36px;
}
.prices nav .iph span, .prices nav .mac span {
  width: 16px;
  height: 20px;
  background: url(../images/prices_logos.png) -17px center no-repeat;
}
.prices nav a:hover.iph span,
.prices nav a:hover.mac span,
.prices nav a.iph.current span,
.prices nav a.mac.current span {
  width: 16px;
  height: 20px;
  background: url(../images/prices_logos.png) 0 center no-repeat;
}
.prices nav .and span {
  width: 20px;
  height: 20px;
  background: url(../images/prices_logos.png) -36px center no-repeat;
}
.prices nav a:hover.and span, .prices nav a.and.current span {
  width: 20px;
  height: 20px;
  background: url(../images/prices_logos.png) -56px center no-repeat;
}
.prices nav .win span {
  width: 20px;
  height: 20px;
  background: url(../images/prices_logos.png) -76px center no-repeat;
}
.prices nav a:hover.win span, .prices nav a.win.current span {
  width: 20px;
  height: 20px;
  background: url(../images/prices_logos.png) -98px center no-repeat;
}
.prices .inner div {
  display: none;
}
.prices #tab1 {
  display: block;
}
.prices caption {
  color: #0a0a0a;
  margin: 25px 0;
  font-weight: bold;
}
.prices .second, .prices .second {
  width: 25%;
}
.prices .second {
  background-color: #fafafa;
}
.prices .third {
  width: 50%;
  background-color: #f4f4f4;
}
.prices .big {
  font-size: 14px;
  font-weight: bold;
}
.prices .grey {
  font-size: 13px;
  line-height: 14px;
  color: #a9a9a9;
}
.prices .small {
  font-size: 10px;
  color: #303030;
}

/*
.prices .more {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/more.png) 0 0 no-repeat;
  float: right;
  margin: 5px 10px 0;
}

.prices .less {
  background: url(../images/less.gif) 0 0 no-repeat;
  display: inline-block;
  width: 9px;
  height: 9px;
  float: right;
  margin: 5px 10px 0;
}*/

.prices .more {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../images/pricelist-more.gif) 0 0 no-repeat;
  float: right;
  margin: 5px 10px 0;
}

.prices .less {
  background: url(../images/pricelist-less.gif) 0 0 no-repeat;
  display: inline-block;
  width: 11px;
  height: 10px;
  float: right;
  margin: 5px 10px 0;
}



.prices table {
  font: 15px/1 Arial;
  color: #000;
  text-align: center;
  width:100%;
}
.prices table thead {
  color: #a9a9a9;
  font-size: 15px;
}
.prices table thead tr {
  border-bottom: 1px solid #a9a9a9;
  height: 25px;
}
.prices table tr {
  height: 70px;
  border-bottom: 1px solid #a9a9a9;
}
.prices table td {
  vertical-align: middle;
}

/*end my style*/






@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*slider 
http://slidesjs.com/
 */


#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:977px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:977px;
	height:357px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:110px;
	width:57px;
	height:57px;
	display:block;
	z-index:101;
}

#slides .next {
	right:0;
}
#slides .prev{
	left:0;
}
/*
	Pagination
*/

.pagination {
	margin:4px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


/* the rules below are to fix interference between old and new css rules*/
h3.news-header { margin:0;}
h3 { font-size: 125%; }


#after-all-content { padding-bottom: 1em; }

 section .prices .inner
{ 
    padding: 5px;
}

#copyright-years { color: #777;}



/* rules for tipsy */
.tipsy { padding: 5px; font-size: 14px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #007D9D; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }



/* custom settings */
div.all-kb-entries-in-kbpage { padding-top: 2em; font-size: 13px; text-align:center; }
div#kb-footer-all-link a { color: #888; text-decoration:none; font-size: 13px;}
div#kb-footer-all-link  { margin-top: 0.9em;}
div#kb-footer-latest-title { color: #888; margin-bottom: 0.5em;  font-size: 13px; }



span.new-message-count {
    vertical-align: baseline;
    position: relative;
    font-size: .7em; 
    line-height: 1;
    bottom: 0.4em;
    }

span.new-message-count { background: #f4a639; color:white;
    padding-left:0.2em;padding-right:0.2em;
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
}

div.message-to-us {padding-left: 3em; }
div.message-from-us {padding-right: 3em; }

label { padding-left: 0.4em; }

table.package-lang-counts td,table.package-lang-counts tr { padding: 0; spacing:0; margin:0; }
table.package-lang-counts tr { height:auto;  }
table.package-lang-counts td  { padding: 0.4em; spacing:0; margin:0; font-size:65%; }
table.package-lang-counts {   width:auto;}

