@media (max-width: 767px) {
    .container {
        font-size: 12px;
    }

    .match {
        font-size: 1.5em;
    }
}

body {
    font-family: "Open Sans", sans-serif;
    padding-top: 80px;
    min-width: 320px;
}

.match-day {
    font-weight: bold;
    padding: 1em 1em 0.2em;
    border-bottom: 1px solid #aaa;
}

.match-bet-title {
    position: absolute;
    right: 0;
    padding-top: 0.5em;
    padding-left: 2em;
    font-size: 0.7em;
    width: 35%;
    text-align: left;
    color: #777;
}

.match, .match.match-home {
    border-bottom: 1px solid #eee;
    color: #555;
    padding: 0.1em 0.2em;
    height: 2.2em;
    min-width: 320px;
}

.match.match-home {
    min-width: inherit;
}

.match-page {
    max-width: 400px;
    width: 70%;
    font-size: 1.5em;
    position: relative;
}

.match-info {
    position: relative;
}

.match-data {
    width: 65%;
    position: relative;
    float: left;
}

.match-bet {
    position: relative;
    width: 35%;
    float: left;
    padding-left: 0.6em;
}

.match-bet-content {
    text-align: center;
    white-space: nowrap;
    padding-top: 0.2em;
}

input.team-a-bet {
    margin-right: 0.1em;
}
input.team-b-bet {
    margin-left: 0.1em;
}

.bet-icons {
    padding-left: 0.2em;
    padding-top: 0.3em;
    position: relative;
    float: left;
}

.match-bet-content.place-bets {
    text-align: left;
    float: left;
}

.match-date {
    font-size: 0.6em;
    text-align: left;
    padding-top: 0.2em;
}

.match .long-name, .match-page .long-name {
    font-size: 0.7em;
    line-height: 0.9em;
    padding-top: 0.3em;
}

.match-team-a, .match-team-b {
    width: 38%;
    padding-top: 0.2em;
    position: absolute;
    z-index: 10;
}

.match-team-a div a, .match-team-b div a,
.match-team-a div a:visited, .match-team-b div a:visited
{
    text-decoration: none;
    color: #555;
}

.match-team-a div a:hover, .match-team-b div a:hover
{
    text-decoration: none;
    color: #1e90ff;
}

.team-header {
    text-transform: uppercase;
}

.team-header .match-flag {
    position: relative;
}

.match-team-a {
    left: 0;
}

.match-team-b {
    right: 0;
    text-align: right;
}

.match-team-name {
    text-transform: uppercase;
    position: absolute;
}

.match-team-a .match-team-name {
    left: 0;
    margin-left: 2.2em;
}

.match-team-a .match-team-name.visible-xs {
    margin-left: 1.9em;
}

.match-team-b .match-team-name {
    right: 0;
    margin-right: 2.2em;
}

.match-team-b .match-team-name.visible-xs {
    margin-right: 1.9em;
}

.match-flag {
    position: absolute;
}

.match-team-a .match-flag {
    left: 0;
}

.match-team-b .match-flag {
    right: 0;
}

.match-team-name-full {
    font-size: 0.8em;
    padding: 0.2em 0.3em;
}

.match-time, .match-score {
    text-align: center;
    padding-top: 0.2em;
}

.match-score a {
    color: #4c89ee;
}

.points-live, .score-live {
    background-color: #eedd0d;
}

.match-score a.score-live {
    padding: 0.1em 0.2em;
}

.match-flag img {
    width: 1.5em;
    /*height: 1.2em;*/
    /*border: 1px solid #ccc;*/
}

.match-bet input {
    font-size: 0.7em;
    width: 2em;
    height: 2em;
    text-align: center;
}

.match-icons {
    padding-top: 0.2em;
    color: #3575b7;
}

.participant-rank {
    position: relative;
    width: 2em;
    float: left;
}

.participant-name {
    margin-left: 2em;
    position: absolute;
    float: left;
}

table > tbody > tr.separator td {
    border-top: 1px solid #212121;
    padding-top: 1em;
}

/*table.participants-table td a {
    display: block;
}*/

a.points, a.points:hover {
    color: #979797;
    text-decoration: none;
}

.decor {
    width: 290px;
    padding-top: 2em;
    height: 4em;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}

.no-padding {
    padding: 0;
}

.relative {
    position: relative;
}

.narrow-padding {
    padding: 0px 0.5em;
}

/*.navbar-brand,
.navbar-nav > li > a {
    line-height: 65px;
    height: 65px;
    padding-top: 0;
}

.navbar-collapse {
    max-height: 375px;
}*/

.force-xs .visible-xs {
    display: block !important;
}

body.fixfixed .fixme {
    position: absolute !important;
}

.footer {
    /* background-color: #009bb4;
     background-image: url(https://img.uefa.com/imgml/uefacom/euro2020/generic-horizontal.png);
     background-position: unset;
     background-repeat: no-repeat;
     background-size: cover;
     margin-top: 3em;*/
}

.tooltip {
    pointer-events: none;
}

@media (min-width: 768px) {
    .container {
        max-width: 962px;
    }

    body {
        font-size: 14px;
    }

    .match {
        font-size: 1.7em;
    }

    .match-bet input {
        width: 3em;
    }

    .force-xs .hidden-xs {
        display: none;
    }
}

.hidden {
    display: none;
}