﻿.rAlign {
    text-align: right !important;
}

.nowraptd {
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nowraptd:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
    position: absolute;
    background-color: #FFF;
}

.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;
}



