.width100 {
    width: 100%;
}

.textRight {
    text-align: right;
}

.noWrap {
    white-space: nowrap;
}

.displayNone {
    display: none !important;
}

.pad10 {
    padding: 15px !important;
}

.stripeTable tr:nth-child(odd) {
    background: whitesmoke;
}

.stripeTable tr > th {
    background: white;
}

.stripeTable td {
    padding: 3px 3px 3px 5px !important;
}

.hoverPoint:hover {
    cursor: pointer;
}