﻿.none {
    display: none !important;
}

.btn-none, .btn-none:hover {    
    background-color: none !important;
    border: none;
    text-decoration: none;
} 

.link:hover {
    cursor: pointer !important;
    color: #808080 !important;
}

.width98 {
    width: 98% !important;
}

.nowrap {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: block;
}