html, body {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fff;
    padding: 0;
}
nav {
    background-color: #f9dd17;
    border-bottom: 2px solid #0038a9;
}
nav button {
    color: #0038a9 !important;
}
nav button:hover {
    background-color: #fff !important;
    color: #0038a9 !important;
}
nav span {
    color: #0038a9 !important;
}
.teamContainer {
    border: 1px solid #0038a9;
}
div.jQBracket .team, div.jQBracket .team.lose {
    background-color: #0038a9;
}
div.jQBracket .team,
div.jQBracket .team.lose div.label,
div.jQBracket .team.lose div.score,
div.jQBracket .team.win,
div.jQBracket .team.win div.score {
    color: #fff;
}
.jQBracket .teamContainer .team:first-child {
    border-bottom: 1px solid #fff;
}
div.jQBracket .team div.score {
    color: #0038a9 !important;
    background-color: #ddd;
}
div.jQBracket .team.na {
    background-color: #0038a999;
    color: #fff;
}
div.jQBracket .team.highlight {
    background-color: #000;
    color: #fff
}
div.jQBracket .team.win .label:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    right: 5px;
    top: 10px;
    border-bottom: 2px solid #ffda00;
    border-right: 2px solid #ffda00;
}
.teamContainer .schedule {
    position: relative;
    width: 0;
    height: 0;
}
.teamContainer .schedule input, .teamContainer .schedule span {
    position: absolute;
    width: 250px;
    font-weight: bold;
    left: 5px;
    top: -24px;
    padding: 0px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    border: 0px !important;
    background-color: transparent;
}

.teamContainer .schedule input:focus {
    background: #000;
    color: #fff;
}
.qrcode {
    position: fixed;
    max-width: 180px;
    right: 0;
    bottom: 0;
    z-index: 55000;
}

/* groups */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.full-screen {
    width: 100%;
    height: 100%;
}
