html {
    overflow-y: scroll;
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.hidden {
    display: none;
}

.row {
    margin: 0 0 10px 0;
}

#pagination-container {
    margin: 0 auto 0 auto;
    position: relative;
    display: block;
}

ul {
    list-style-type: none;
}

.hidden {
    display: none;
}

a:hover {
    text-decoration: none;
}

.cft-tooltip .tooltip-inner {
    min-width: 0;
    max-width: 130px;
    background-color: #1f2937;
    color: #f9fafb;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 1.35;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.cft-tooltip.top .tooltip-arrow {
    border-top-color: #1f2937;
}
