.rainbow-text {
    background-image: linear-gradient(to right, violet, indigo, blue, green, orange, red);
    -webkit-background-clip: text;
    color: transparent;
}

body,
.sticky-footer-wrapper {
    min-height: 100vh;
}

.flex-fill {
    flex: 1 1 auto;
}

a.pagelink:link,
a.pagelink:visited,
a.pagelink:active {
    color: #00838F;
    text-decoration: none;
}

a.pagelink:hover {
    color: #17a2b8;
    text-decoration: none;
}

.paper-heading {
    line-height: 1.35rem;
}

.dropdown-item:active {
    background-color: #00838F;
}

.rate-popover {
    color: #c4c4c4;
}

.live {
    color: #17a2b8;
}

.rated {
    color: black;
}

.tooltip.top-right .tooltip-arrow {
    bottom: -5px;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip {
    top: 0;
}

.misc-info {
    font-size: 0.9rem;
    color: #616161;
}

.misc-info-small {
    font-size: 0.7rem;
    color: #616161;
}
