﻿table.dynamicRange {
    border-collapse: collapse;
    clear: none;
    float: left;
    font-family: arial, sans-serif;
    font-size: 12px;
    margin-right: 8px;
    margin-top: 2px;
    /*width: 40%;*/
    /*width: auto;*/
}

.dynamicRange td, .dynamicRange th {
    border: 1px solid #999;
    padding: 2px 4px;
    text-align: left;
    white-space: nowrap;
}

.dynamicRange th {
    background-color: #8d8c8c;
    background-image: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
/*
.dynamicRange th:nth-child(1){
  width: 30%;
}
.dynamicRange th:nth-child(2){
  width: 40%;
}
.dynamicRange th:nth-child(3){
  width: 20%;
}
*/
.dynamicRange tr:nth-child(even) {
    background-color: #f5f5f5;
}

.dynamicRangeTableTitle {
    font-weight: bold;
}
