div#moreNews
{
    border-color: #2e9f43;
}

div#moreNews h3.recentNews
{
    background: linear-gradient(to bottom, #2e9f43, #2e9f43);
}

div#moreNewsAndDiscountsDuo
{
    background-color: #2e9f43;
}

div#recentNews h3.recentNews
{
    color: #2e9f43;
}

div#moreNews img.newsArticle
{
    border-color: #296934;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos div.latestYoutubeVideosContent,
div#youtubeAndTwitchDuo div#liveTwitch div.liveTwitchContent
{
    border: solid 3px #2e9f43;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos > h3,
div#youtubeAndTwitchDuo div#liveTwitch > h3
{
    background: #2e9f43;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos,
div#youtubeAndTwitchDuo div#liveTwitch
{
    background-color: #2e9f43;
}

@media only screen and (max-width: 940px)
{
    div#moreNews
    {
        border: none;
    }
}