.temp-row {
    
    margin-top: 50px;
    padding: 30px;
    border-left: solid 5px #1ba7c8;
    border-right: solid 5px #1ba7c8;
    border-radius: 10%; 
    
    background-color: rgb(13, 18, 21);
}

#news-article-picker-row {
    height: 100px;
    padding: none;

}

.news-article-wrapper {
    margin-top: 50px;
}

#news-article-name {
    padding: 25px 0 25px 15px;
    position: relative;
}

#news-article-name span {
    color: #ffffff;
    font-family: 'nexalight';
    text-transform: uppercase;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    padding-right: 10px;
    margin-top: -50px;
    border-right: 1px solid #1ba7c8;
    display: inline-block;
}

#news-article-league {
    padding: 10px 0 10px 0;
}

#news-article-league img {
    max-height: 80%;
    padding-top: 10px;
}

#news-article-type {
    position: relative;
}

#news-article-type span {
    color: #ffffff;
    font-family: 'nexalight';
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    right: 0;
    padding-left: 10px;
    margin-top: -50px;
    border-left: 1px solid #1ba7c8;
    display: block;
    /* color: #ffffff;
    font-family: 'nexalight';
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    margin-top: -50px;
    display: inline-block; */
}



.news-article-wrapper div h3 {
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'nexalight', Arial, Helvetica, sans-serif;
    margin: 0 30% 0 30%;
    padding-bottom: 6px; 
    border-bottom: 1px solid #1ba7c8;
}

.news-article-wrapper div p {
    color: #ffffff;
    font-family: 'nexalight', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    margin: 30px 0 30px 0;
}

.news-dynamic-img {
    width: 100%;
    height: auto;
    margin: 30px 0 30px 0;
}

