div.alliance-score.red[winner].paper-match
{
  position: relative;
  top: 2px;
}
.table-header.row .hide-xs {
  display: inline-block!important;
}

paper-card.live,
.table-header.row .match-alliance iron-icon,
.table-header.row .match-team iron-icon {
  display: none;
}

.match-team {
  justify-content: flex-start!important;
}

.matches .table-header.row div.col {
  justify-content: center;
}

.match-alliance.red .team-number{
 color: #D50000!important;
}
.match-alliance.blue .team-number{
 color: #1976D2!important;
}

.header-break {
  display: block!important;
}

.container.top .hide-xs {
  display: inline;
}

paper-toolbar {
  position: static!important;
}
div.event {
  padding-top: 0!important;
}
.navbar {
  display: block;
}
.navbar paper-tab:not(.iron-selected),
.navbar paper-icon-button,
.table-header iron-icon:nth-child(2) {
  display: none;
}
