﻿.nowraptd {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nowraptd:hover {
    overflow: visible;
    white-space: normal;
    max-width: 600px;
    position: absolute;
    background-color: #808080;
    font-size:small;
    color:white
}

.control-label {
    color: blue;
    font-size: smaller;
    font-family: 'Times New Roman', Times, serif;
}

.row-bottom-margin {
    margin-bottom: -15px !important;
    margin-top: -15px !important;
    padding-bottom: 0px !important;
    border: solid 1px;
    line-height: 1.2;
}
td {
    //color: blue;
    font-size: smaller;
    font-family: 'Times New Roman', Times, serif;     
}
.hiddentd{
    max-width:0px;
    padding:0;
    border-collapse:collapse;
}


