.funny-boxes-top-sea:hover {
    border-top-color: #95d959;
}

.funny-boxes-top-sea {
    border-top: solid 2px #72c02c;
}

.header_row_divider {
    margin-bottom: 0;
    margin-top: 4px;
    border-top: 1px solid #bfbfbf;
}

.funnybox__entry {
    background-color: #f7f7f7;
}

.funnybox__entry:hover {
    background-color: #0c1505;
}

.funnybox__entry:hover .funnybox__entry--hoverwhite {
        color: white;
    }

.funnybox__entry:hover .rounded-2x {
        border-bottom-color: white;
        border-top-color: white;
        border-left-color: white;
        border-right-color: white;
        border-bottom-width: 3px;
        border-top-width: 3px;
        border-left-width: 3px;
        border-right-width: 3px;
    }

.funnybox__entry__col {
    line-height: 48px;
    text-align: center;
}

.funnybox__entry__col--club {
    line-height: 48px;
    vertical-align: middle;
}

.funnybox__entry__link {
    display: block;
    height: 48px;
    width: 100%;
    position: absolute;
    left: 0;
    text-decoration: none;
}