tr:nth-child(odd) {
    background-color: white;
}
tr:nth-child(even) {
    background-color: #DDDDDD;
}

div.table-ranking-fixed-cols {
    float: left;
    font-weight: bold;
}
div.table-ranking-scrolling-cols {
    overflow: auto;
}
table.ranking {
    font-size: xx-small;
    width: auto;
}
table.ranking td {
    border: 1px solid #000000;
    height: 14px;
    max-height: 14px;
    min-height: 14px;
    text-align: center;
    vertical-align: middle;
}
table.ranking thead td {
    border: 2px solid #000000;
    font-weight: bold;
}
table.ranking tbody tr.top td {
    border-bottom: 2px solid #000000;
}

* html .minwidth {
   border-left: 600px solid #fff;
}
* html .container {
   margin-left: -600px;
   position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
   height: 1px;
}
/*/
.width {
   display: inline-block;
}
/**/
.content {
   padding: 1px;
}
.width1 {
   width: 100%;
   min-width: 600px;
   margin: 0 auto;
   text-align: left;
}
* html .minwidth1 {
   padding-left: 600px;
}
/*\*/
* html .minwidth1, * html .layout {
   height: 1px;
}
* html div.table-ranking-scrolling-cols {
  width:75%;
  padding-bottom: 20px;
  overflow-y: hidden;
}

