.brandColor
{
    color: #2e9f43 !important;
}

.brandBackgroundColor
{
    color: #2e9f43 !important;
}

div#header
{
    background: linear-gradient(to bottom, #0b3018, #0e4c1f);
}

div#header div.xmas
{
    background-image: url("../images/Slitherine-Lights.gif");
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 940px)
{
    div#header div.xmas
    {
        background-image: unset;
    }
}

div#header div#logo
{
    background: transparent url(../images/logo-slitherine-4.png) center center no-repeat;
}

div#globalToolbar
{
    border-top-color: #2e9f43;
    background-color: #2e9f43;
}

div#globalToolbar div#subMainMenu
{
    background-color: #2e9f43;
}

.blueButton
{
    background-color: #2e9f43;
}

div.ownedgame_physical{
    background-color: #2e9f43;
}