@charset "UTF-8";

.nowrap {
    white-space: nowrap !important;
}

.clickable {
    cursor: pointer !important;
}

.no-hover {
    text-decoration: none !important;
}

.icon {
    position: relative;
    top: 3px;
}

.date-width {
    width: 155px;
    max-width: 155px;
}