/*  table  */
table {
margin: 10px 0;
border-collapse: collapse;
width: 100%;
}
th, td {
font-size: 1em;
border: 0;
}
th {
background: #85ABC0;
color: #fff;
text-transform: uppercase;
text-align: left;
margin: 0;
padding: 2px 5px;
border-right: solid 1px #fff;
}
th.noBorder {
border-right: 0;
}
th#col1 {
width: 1%;
}
th#col2 {
width: 1%;
}
th#col3 {
width: 62%;
}
th#col4 {
width: 1%;
}
th#col5 {
width: 1%;
}
th#col6 {
width: 30%;
}

td {
padding: 5px 20px 5px 5px;
vertical-align: top;
}
.odd {
background: #fff;
color: #333;
}
.even {
background: #F0F0F0;
color: #000;
}
.noWrap {
white-space: nowrap;
} 

