
:root {
    --ls-bg-color: #14498f;
    --ls-fg-color:  #ffffff;
    --ls-menu-bg-color: #14498f;
    --ls-menu-fg-color: #ffffff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--ls-fg-color);
    background-color: var(--ls-bg-color);
    text-decoration: none;
}

.nav-pills .nav-link {
    text-decoration: underline;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/css/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/css/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/css/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/css/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.game-completed 
{
    background-color: var(--ls-menu-bg-color);
    color: var(--ls-menu-fg-color);
}    