﻿.hl {
    background-color: #e9ee0b;
}

.small-text {
    font-size: 0.8rem;
}

.award-info {
    font-size: 0.9rem;
}

action-link {
    cursor: pointer;
}

a:not([href]) {
    cursor: pointer;
}

a:not([href]):hover {
    cursor: pointer;
}

#programList {
    max-height: 400px;
    overflow: auto;
}

#programList .dropdown-item {
    white-space: normal;
    word-wrap: break-word;
}

#programList .dropdown-item:hover {
    cursor: pointer;
}

.item-hl {
    background-color: #dcdcdc;
}
