.sbf-feed-row {
    display: inline;
}

.sbf-feed-date {
    display: inline;
    background-color: green;
    padding: 4px;
    font-size: 12px;
    color: white;
}

.sbf-feed-type {
    display: inline;
    font-size: 12px;
}

.sbf-feed-title {
    font-weight: 700;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sbf-feed-desc {
    font-weight: 300;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sbf-feed-link {
    font-weight: 300;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sbf-feed-popup-overlay {
    padding: 10%;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}

.sbf-feed-popup-close-button {
    float: right;
}

.sbf-feed-popup-content {
    height: 100%;
    background-color: white;
    overflow-y: scroll;
}

.sbf-feed-years-buttons {
    font-size: 12px;
    border: 2px solid black;
    padding: 5px;
    margin: 5px;
    display: inline;
}

