/* Hide non-esential elements */
/* line 2, ../sass/print.scss */
.page-header {
  margin-bottom: 0;
}

/* line 5, ../sass/print.scss */
.tipdrawer, .navbar-nav, a.navbar-brand:after, button.bracket-submit, .mobile-nav, .mobile-headers {
  display: none;
}

/* line 8, ../sass/print.scss */
.navbar-default, .show-regionals .phase {
  display: block;
}

/* line 11, ../sass/print.scss */
.navbar-default {
  margin-bottom: 0;
}

/* line 14, ../sass/print.scss */
.page-header {
  margin-top: 0;
}

/* line 17, ../sass/print.scss */
.bracket-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
/* line 25, ../sass/print.scss */
.bracket-container .phase {
  flex-grow: 1;
  webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  max-width: 25%;
}

/* line 33, ../sass/print.scss */
.rightside .bracket ul {
  margin: 0 0 0 25px;
}
/* line 36, ../sass/print.scss */
.rightside h4 {
  margin-left: 25px;
}

/* line 41, ../sass/print.scss */
.show-regionals .phase, .show-supers .phase, .show-cws .phase {
  display: block;
  min-width: 20%;
}

/* line 47, ../sass/print.scss */
.phaseheader h3 {
  font-size: 11px;
}
/* line 50, ../sass/print.scss */
.phaseheader p.date {
  font-size: 11px;
}

/* line 54, ../sass/print.scss */
.phaseheader-top {
  min-height: 46px;
  padding: 9px 9px 10px;
}

/* line 58, ../sass/print.scss */
.phaseheader-description {
  min-height: 50px;
}
/* line 60, ../sass/print.scss */
.phaseheader-description p {
  font-size: 11px;
}

/* line 64, ../sass/print.scss */
.phase.worldseries {
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
}

/* line 68, ../sass/print.scss */
.phase.superregionals .phaseheader, .phase.worldseries .phaseheader {
  border-right: 0;
}

/* line 72, ../sass/print.scss */
.phase:last-child .phaseheader {
  border-right: 0;
}
/* line 75, ../sass/print.scss */
.phase .phaseheader {
  border-bottom: 2px solid #efefef;
}

/* line 79, ../sass/print.scss */
.phase.superregionals.rightside .phaseheader {
  border-right: 2px solid #efefef;
}

/* line 82, ../sass/print.scss */
.phaseheader {
  display: block;
}

/* line 85, ../sass/print.scss */
.tournament-group {
  height: 390px;
  min-height: 390px;
  margin-bottom: 10px;
  padding-right: 25px;
}

/* line 91, ../sass/print.scss */
.tournament-groupfinal {
  padding: 0 10px;
}

/* line 94, ../sass/print.scss */
.bracketbar {
  min-height: 315px;
}

/* line 97, ../sass/print.scss */
.bracket {
  margin-bottom: 10px;
}
/* line 99, ../sass/print.scss */
.bracket h4 {
  margin-top: 0;
  font-size: 13px;
  display: table;
  height: 40px;
  min-height: 40px;
  font-weight: 600;
}
/* line 106, ../sass/print.scss */
.bracket h4 span {
  display: table-cell;
  vertical-align: bottom;
}
/* line 111, ../sass/print.scss */
.bracket li {
  padding: 3px 3px 3px 10px;
  border-bottom: 0;
}
/* line 115, ../sass/print.scss */
.bracket p {
  height: 36px;
}
/* line 118, ../sass/print.scss */
.bracket span.national-seed {
  top: 3px;
}

/* line 122, ../sass/print.scss */
.worldseries .cwslogo {
  max-width: 100px !important;
}

/* line 126, ../sass/print.scss */
.superregionals .tournament-group .bracket {
  padding-left: 20px;
}
/* line 129, ../sass/print.scss */
.superregionals .tournament-group .bracketbar {
  width: 15px;
  left: -20px;
}

/* line 135, ../sass/print.scss */
.superregionals.rightside .tournament-group .bracket {
  padding-right: 20px;
  padding-left: 0;
}
/* line 139, ../sass/print.scss */
.superregionals.rightside .tournament-group .bracketbar {
  left: auto;
  right: -20px;
}

/* line 144, ../sass/print.scss */
.game {
  min-height: 0;
}
/* line 146, ../sass/print.scss */
.game.runner-up {
  opacity: .5;
}
/* line 148, ../sass/print.scss */
.game.runner-up:before {
  top: 4px;
}
/* line 152, ../sass/print.scss */
.game.advance:before {
  top: 7px;
  font-weight: 700;
}
/* line 156, ../sass/print.scss */
.game.eliminated {
  opacity: .3;
}

/* line 160, ../sass/print.scss */
.winner .winner-info {
  border: 2px solid #efefef;
}