thead td {
    font-weight: bold;
}

.centered {
    text-align: center;
}

td.right {
    text-align: right;
    padding-right: 10px;
}

td.clickable {
    cursor: pointer;
}

.eliminated {
    text-decoration: line-through;
}

#table {
    float: left;
    clear: both;
}

#player {
    padding-left: 30px;
    float: left;
}

tr.live, .winning {
    color: #00a130;
}

.losing {
    color: orange;
}

.tied {
    color: blue;
}

.info {
    font-size: x-small;
    margin-left: 2em;
}

img.logo {
    width: 15px;
    margin-bottom: -2px;
    padding-right: 2px;
}

#scores {
    text-align: center;
}

#info {
    clear: both; 
    float: left; 
    display: block; 
    position: relative;
}

.teamTitle {
    padding-left: 2px;
}

.liveGame {
    display: inline-block;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.live.liveGame {
    border-color: #00a130;
}

.pre.liveGame {
    border-color: #0057ae;
}

.score, .network {
    float: right;
    margin-left: 10px;
}

.clock {
    float: left;
}

.network, .clock {
    font-size: small;
}

.live .network, .live .clock {
    color: #00a130;
}

.pre .network, .pre .clock {
    color: #0057ae;
}

.owner {
    font-size: x-small;
    color: rgb(75, 75, 75);
}

.scoreLogo {
    float: left;
    margin-top: 2px;
}

span.seed {
    font-size: x-small;
    color: rgb(75, 75, 75);
    vertical-align: middle;
    width: 10px;
    display: inline-block;
    text-align: right;
}

.scoreTeam {
    display: inline-grid;
    margin-bottom: 10px;
}

#liveGames {
    overflow-x: auto;
    white-space: nowrap;
}

.score {
    margin-top: 5px;
}
