

.tournament-headers {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
}
.tournament-headers h3 {
  width: 25%;
  text-align: center;
  font-weight: 400;
  border-right: 1px dashed #ccc;
  margin: 0;
  padding: 1rem;
  font-size: 16px;
}

.tournament-brackets {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  list-style-type: none;
  background: #fdfdfd;
  margin-bottom: 50px;
}

.bracket {
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 30px 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  list-style-type: none;
  border-right: 1px dashed #ccc;
  flex: 1;

}

.team-item {
  background-color: #f4f4f4;
  
  display: block;
  margin: .5rem 10px;
  position: relative;
  vertical-align: middle;
  line-height: 2;   
}

.team-item2 { 


  
}

.team-item .team-item-cell{
	text-align: center;
	padding: .8rem;
	min-height: 85px;
	display:table;
	width:100%;
}
.team-item .cellinner{
	display: table-cell;
	vertical-align: middle;
	width:100%;
	height: 100%;
}

.team-item:after {
  content: '';
  border-color: #4f7a38;
  border-width: 2px;
  position: absolute;
  display: block;
  width: 10px;
  right: -11px;
}

.team-item:nth-of-type(odd):after {
  border-right-style: solid;
  border-top-style: solid;
  height: 100%;
  top: 50%;
}

.team-item:nth-of-type(even):after {
  border-right-style: solid;
  border-bottom-style: solid;
  height: 100%;
  top: -50%;
}

.team-item:before {
  content: '';
  border-top: 2px solid #4f7a38;
  position: absolute;
  height: 2px;
  width: 10px;
  left: -10px;
  top: 50%;
}



.bracket:first-of-type .team-item:before {
  display: none;
}

.bracket:last-of-type .team-item:after {
  display: none;
}

.outsideOfContainer .team-item:after {
  display: none;
}



.team-item time {
  display: inline-block;
  background-color: #dbdbdb;
  font-size: .8rem;
  padding: 0 .6rem;
}

.very-muted{ color: #ccc; font-size: 10px; }
/*upcoming matches*/




.beyrow{ opacity: 0.5 }

.team-item-bey{ background-color: #f9f9f9; color:silver }